Skip to content

Commit c2b3e75

Browse files
committed
Update update-cocoa.sh
1 parent fc1001a commit c2b3e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)