Skip to content

Commit 2847231

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update flutter/scripts/update-cocoa.sh to 8.53.2
1 parent b9da046 commit 2847231

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
- Fix Dart web builds breaking due to `dart:io` imports when using `SentryIsolate` or `SentryIsolateExtension` ([#1371](https://github.com/getsentry/sentry-dart/pull/1371))
88
- When using `SentryIsolate` or `SentryIsolateExtension`, import `sentry_io.dart`.
99

10+
### Dependencies
11+
12+
- Bump Cocoa SDK from v8.3.3 to v8.53.2 ([#214](https://github.com/mnordine/sentry-dart/pull/214))
13+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8532)
14+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.3.3...8.53.2)
15+
1016
## 7.4.0
1117

1218
### Features

flutter/ios/sentry_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa.
1212
:tag => s.version.to_s }
1313
s.source_files = 'Classes/**/*'
1414
s.public_header_files = 'Classes/**/*.h'
15-
s.dependency 'Sentry/HybridSDK', '8.3.3'
15+
s.dependency 'Sentry/HybridSDK', '8.53.2'
1616
s.ios.dependency 'Flutter'
1717
s.osx.dependency 'FlutterMacOS'
1818
s.ios.deployment_target = '11.0'

0 commit comments

Comments
 (0)