We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc1001a commit c2b3e75Copy full SHA for c2b3e75
flutter/scripts/update-cocoa.sh
@@ -4,7 +4,7 @@ set -euo pipefail
4
cd $(dirname "$0")/../ios
5
file='sentry_flutter.podspec'
6
content=$(cat $file)
7
-regex="('Sentry', *'~> *)([0-9\.]+)'"
+regex="('Sentry/HybridSDK', *'~> *)([0-9\.]+)'"
8
if ! [[ $content =~ $regex ]]; then
9
echo "Failed to find the plugin version in $file"
10
exit 1
0 commit comments