Skip to content

Commit dfcfde9

Browse files
authored
chore: update cocoa SDK to 8.44.0.beta-1 (#2598)
* chore: update cocoa SDK to 8.44.0.beta-1 * chore: update changelog * fixup: update-cocoa.sh broken in a recent PR
1 parent 2882fa5 commit dfcfde9

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
- Bump Android SDK from v7.20.0 to v7.20.1 ([#2593](https://github.com/getsentry/sentry-dart/pull/2593))
2424
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7201)
2525
- [diff](https://github.com/getsentry/sentry-java/compare/7.20.0...7.20.1)
26+
- Bump Cocoa SDK from v8.43.0 to v8.44.0-beta.1 ([#2598](https://github.com/getsentry/sentry-dart/pull/2598))
27+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8440-beta1)
28+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.43.0...8.44.0-beta.1)
2629

2730
## 8.13.0-beta.1
2831

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

flutter/ios/sentry_flutter/Package.swift

Lines changed: 1 addition & 1 deletion
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.43.0")
16+
.package(url: "https://github.com/getsentry/sentry-cocoa", from: "8.44.0-beta.1")
1717
],
1818
targets: [
1919
.target(

flutter/scripts/update-cocoa.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ get-repo)
5151
set-version)
5252
set_podspec_version "$2"
5353
set_spm_version "$2"
54+
../scripts/generate-cocoa-bindings.sh "$2"
5455
;;
5556
*)
5657
echo "Unknown argument $1"

0 commit comments

Comments
 (0)