Skip to content

Commit fa5c6c4

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update flutter/scripts/update-cocoa.sh to 8.36.0
1 parent 4d75417 commit fa5c6c4

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

flutter/ios/sentry_flutter.podspec

+1-1
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.35.1'
19+
s.dependency 'Sentry/HybridSDK', '8.36.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

+13-10
Original file line numberDiff line numberDiff line change
@@ -37667,7 +37667,8 @@ class ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool extends _ObjCBlockBase {
3766737667
ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool.fromFunctionPointer(
3766837668
SentryCocoa lib,
3766937669
ffi.Pointer<
37670-
ffi.NativeFunction<
37670+
ffi
37671+
.NativeFunction<
3767137672
ffi.Bool Function(ffi.Pointer<ObjCObject> arg0,
3767237673
ffi.UnsignedLong arg1, ffi.Pointer<ffi.Bool> arg2)>>
3767337674
ptr)
@@ -42111,15 +42112,17 @@ class ObjCBlock_bool_ObjCObject_bool extends _ObjCBlockBase {
4211142112
ffi.Pointer<ffi.Bool> arg1)>>
4211242113
ptr)
4211342114
: this._(
42114-
lib._newBlock1(
42115-
_cFuncTrampoline ??= ffi.Pointer.fromFunction<
42116-
ffi.Bool Function(
42117-
ffi.Pointer<_ObjCBlock> block,
42118-
ffi.Pointer<ObjCObject> arg0,
42119-
ffi.Pointer<ffi.Bool> arg1)>(
42120-
_ObjCBlock_bool_ObjCObject_bool_fnPtrTrampoline, false)
42121-
.cast(),
42122-
ptr.cast()),
42115+
lib
42116+
._newBlock1(
42117+
_cFuncTrampoline ??= ffi.Pointer.fromFunction<
42118+
ffi.Bool Function(
42119+
ffi.Pointer<_ObjCBlock> block,
42120+
ffi.Pointer<ObjCObject> arg0,
42121+
ffi.Pointer<ffi.Bool> arg1)>(
42122+
_ObjCBlock_bool_ObjCObject_bool_fnPtrTrampoline,
42123+
false)
42124+
.cast(),
42125+
ptr.cast()),
4212342126
lib);
4212442127
static ffi.Pointer<ffi.Void>? _cFuncTrampoline;
4212542128

0 commit comments

Comments
 (0)