File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
- Bump Android SDK from v6.6.0 to v6.7.0 ([ #1105 ] ( https://github.com/getsentry/sentry-dart/pull/1105 ) )
19
19
- [ changelog] ( https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#670 )
20
20
- [ 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 )
24
24
25
25
## 6.14.0
26
26
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa.
12
12
:tag => s . version . to_s }
13
13
s . source_files = 'Classes/**/*'
14
14
s . public_header_files = 'Classes/**/*.h'
15
- s . dependency 'Sentry' , '~> 7.30.1 '
15
+ s . dependency 'Sentry/HybridSDK ' , '7.30.2 '
16
16
s . ios . dependency 'Flutter'
17
17
s . osx . dependency 'FlutterMacOS'
18
18
s . ios . deployment_target = '9.0'
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -euo pipefail
4
4
cd $( dirname " $0 " ) /../ios
5
5
file=' sentry_flutter.podspec'
6
6
content=$( cat $file )
7
- regex=" ('Sentry', *'~> *) ([0-9\.]+)'"
7
+ regex=" ('Sentry/HybridSDK ', *)' ([0-9\.]+)'"
8
8
if ! [[ $content =~ $regex ]]; then
9
9
echo " Failed to find the plugin version in $file "
10
10
exit 1
You can’t perform that action at this time.
0 commit comments