File tree 2 files changed +14
-11
lines changed
2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa.
16
16
:tag => s . version . to_s }
17
17
s . source_files = 'Classes/**/*'
18
18
s . public_header_files = 'Classes/**/*.h'
19
- s . dependency 'Sentry/HybridSDK' , '8.30.0 '
19
+ s . dependency 'Sentry/HybridSDK' , '8.30.1 '
20
20
s . ios . dependency 'Flutter'
21
21
s . osx . dependency 'FlutterMacOS'
22
22
s . ios . deployment_target = '12.0'
Original file line number Diff line number Diff line change @@ -37663,7 +37663,8 @@ class ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool extends _ObjCBlockBase {
37663
37663
ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool.fromFunctionPointer(
37664
37664
SentryCocoa lib,
37665
37665
ffi.Pointer<
37666
- ffi.NativeFunction<
37666
+ ffi
37667
+ .NativeFunction<
37667
37668
ffi.Bool Function(ffi.Pointer<ObjCObject> arg0,
37668
37669
ffi.UnsignedLong arg1, ffi.Pointer<ffi.Bool> arg2)>>
37669
37670
ptr)
@@ -42107,15 +42108,17 @@ class ObjCBlock_bool_ObjCObject_bool extends _ObjCBlockBase {
42107
42108
ffi.Pointer<ffi.Bool> arg1)>>
42108
42109
ptr)
42109
42110
: this._(
42110
- lib._newBlock1(
42111
- _cFuncTrampoline ??= ffi.Pointer.fromFunction<
42112
- ffi.Bool Function(
42113
- ffi.Pointer<_ObjCBlock> block,
42114
- ffi.Pointer<ObjCObject> arg0,
42115
- ffi.Pointer<ffi.Bool> arg1)>(
42116
- _ObjCBlock_bool_ObjCObject_bool_fnPtrTrampoline, false)
42117
- .cast(),
42118
- ptr.cast()),
42111
+ lib
42112
+ ._newBlock1(
42113
+ _cFuncTrampoline ??= ffi.Pointer.fromFunction<
42114
+ ffi.Bool Function(
42115
+ ffi.Pointer<_ObjCBlock> block,
42116
+ ffi.Pointer<ObjCObject> arg0,
42117
+ ffi.Pointer<ffi.Bool> arg1)>(
42118
+ _ObjCBlock_bool_ObjCObject_bool_fnPtrTrampoline,
42119
+ false)
42120
+ .cast(),
42121
+ ptr.cast()),
42119
42122
lib);
42120
42123
static ffi.Pointer<ffi.Void>? _cFuncTrampoline;
42121
42124
You can’t perform that action at this time.
0 commit comments