Skip to content

Commit 36b3f1a

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update flutter/scripts/update-cocoa.sh to 8.50.1
1 parent a10bdb1 commit 36b3f1a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Dependencies
6+
7+
- Bump Cocoa SDK from v8.49.2 to v8.50.1 ([#2927](https://github.com/getsentry/sentry-dart/pull/2927))
8+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8501)
9+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.49.2...8.50.1)
10+
311
## 9.0.0-RC.1
412

513
### Fixes

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 = 'sentry_flutter/Sources/**/*'
1818
s.public_header_files = 'sentry_flutter/Sources/**/*.h'
19-
s.dependency 'Sentry/HybridSDK', '8.49.2'
19+
s.dependency 'Sentry/HybridSDK', '8.50.1'
2020
s.ios.dependency 'Flutter'
2121
s.osx.dependency 'FlutterMacOS'
2222
s.ios.deployment_target = '12.0'

flutter/ios/sentry_flutter/Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
.library(name: "sentry-flutter", targets: ["sentry_flutter", "sentry_flutter_objc"])
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/getsentry/sentry-cocoa", from: "8.49.2")
16+
.package(url: "https://github.com/getsentry/sentry-cocoa", from: "8.50.1")
1717
],
1818
targets: [
1919
.target(

0 commit comments

Comments
 (0)