Skip to content

Commit 98d9a4a

Browse files
github-actions[bot]web-flowbuenaflor
authored
chore(deps): update Cocoa SDK to v8.30.0 (#2132)
* chore: update flutter/scripts/update-cocoa.sh to 8.30.0 * Update --------- Co-authored-by: GitHub <noreply@github.com> Co-authored-by: GIancarlo Buenaflor <giancarlo_buenaflor@yahoo.com>
1 parent e4d5aa8 commit 98d9a4a

File tree

2 files changed

+1
-28
lines changed

2 files changed

+1
-28
lines changed

flutter/ios/sentry_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa.
1616
:tag => s.version.to_s }
1717
s.source_files = 'Classes/**/*'
1818
s.public_header_files = 'Classes/**/*.h'
19-
s.dependency 'Sentry/HybridSDK', '8.29.1'
19+
s.dependency 'Sentry/HybridSDK', '8.30.0'
2020
s.ios.dependency 'Flutter'
2121
s.osx.dependency 'FlutterMacOS'
2222
s.ios.deployment_target = '12.0'

flutter/lib/src/native/cocoa/binding.dart

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -30112,12 +30112,6 @@ class SentryCocoa {
3011230112
ffi.Pointer<ObjCObject> Function(ffi.Pointer<ObjCObject>,
3011330113
ffi.Pointer<ObjCSel>, ffi.Pointer<ObjCObject>)>();
3011430114

30115-
late final _sel_captureReplay1 = _registerName1("captureReplay");
30116-
late final _sel_getReplayId1 = _registerName1("getReplayId");
30117-
late final _sel_addReplayIgnoreClasses_1 =
30118-
_registerName1("addReplayIgnoreClasses:");
30119-
late final _sel_addReplayRedactClasses_1 =
30120-
_registerName1("addReplayRedactClasses:");
3012130115
late final _class_SentryCurrentDateProvider1 =
3012230116
_getClass1("SentryCurrentDateProvider");
3012330117
late final _sel_timezoneOffset1 = _registerName1("timezoneOffset");
@@ -70897,27 +70891,6 @@ class PrivateSentrySDKOnly extends NSObject {
7089770891
return SentryBreadcrumb._(_ret, _lib, retain: true, release: true);
7089870892
}
7089970893

70900-
static void captureReplay(SentryCocoa _lib) {
70901-
_lib._objc_msgSend_1(
70902-
_lib._class_PrivateSentrySDKOnly1, _lib._sel_captureReplay1);
70903-
}
70904-
70905-
static NSString getReplayId(SentryCocoa _lib) {
70906-
final _ret = _lib._objc_msgSend_20(
70907-
_lib._class_PrivateSentrySDKOnly1, _lib._sel_getReplayId1);
70908-
return NSString._(_ret, _lib, retain: true, release: true);
70909-
}
70910-
70911-
static void addReplayIgnoreClasses_(SentryCocoa _lib, NSArray? classes) {
70912-
_lib._objc_msgSend_441(_lib._class_PrivateSentrySDKOnly1,
70913-
_lib._sel_addReplayIgnoreClasses_1, classes?._id ?? ffi.nullptr);
70914-
}
70915-
70916-
static void addReplayRedactClasses_(SentryCocoa _lib, NSArray? classes) {
70917-
_lib._objc_msgSend_441(_lib._class_PrivateSentrySDKOnly1,
70918-
_lib._sel_addReplayRedactClasses_1, classes?._id ?? ffi.nullptr);
70919-
}
70920-
7092170894
@override
7092270895
PrivateSentrySDKOnly init() {
7092370896
final _ret = _lib._objc_msgSend_2(_id, _lib._sel_init1);

0 commit comments

Comments
 (0)