Skip to content

Commit ae02632

Browse files
chore: Target cocoapod Sentry/HybridSDK subspec (#1113)
Co-authored-by: Manoel Aranda Neto <[email protected]> Co-authored-by: Dhiogo Ramos Brustolin <[email protected]> Co-authored-by: Manoel Aranda Neto <[email protected]>
1 parent 8c7dd11 commit ae02632

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
- Bump Android SDK from v6.6.0 to v6.7.0 ([#1105](https://github.com/getsentry/sentry-dart/pull/1105))
1919
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#670)
2020
- [diff](https://github.com/getsentry/sentry-java/compare/6.6.0...6.7.0)
21-
- Bump Cocoa SDK from v7.30.0 to v7.30.1 ([#1104](https://github.com/getsentry/sentry-dart/pull/1104))
22-
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7301)
23-
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.30.0...7.30.1)
21+
- Bump Cocoa SDK from v7.30.0 to v7.30.2 ([#1113](https://github.com/getsentry/sentry-dart/pull/1113))
22+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7302)
23+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.30.0...7.30.2)
2424

2525
## 6.14.0
2626

flutter/ios/sentry_flutter.podspec

+1-1
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', '~> 7.30.1'
15+
s.dependency 'Sentry/HybridSDK', '7.30.2'
1616
s.ios.dependency 'Flutter'
1717
s.osx.dependency 'FlutterMacOS'
1818
s.ios.deployment_target = '9.0'

flutter/scripts/update-cocoa.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44
cd $(dirname "$0")/../ios
55
file='sentry_flutter.podspec'
66
content=$(cat $file)
7-
regex="('Sentry', *'~> *)([0-9\.]+)'"
7+
regex="('Sentry/HybridSDK', *)'([0-9\.]+)'"
88
if ! [[ $content =~ $regex ]]; then
99
echo "Failed to find the plugin version in $file"
1010
exit 1

0 commit comments

Comments
 (0)