We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793f4dc commit cc4e375Copy full SHA for cc4e375
flutter/scripts/update-cocoa.sh
@@ -31,7 +31,7 @@ set_podspec_version() {
31
set_spm_version() {
32
local file='sentry_flutter/Package.swift'
33
local content=$(cat $file)
34
- regex="(url: *['\"]https://github.com/getsentry/sentry-cocoa['\"], *from: *)['\"]([0-9\.]+(-[a-z0-9\.]+)?)['\"]"
+ regex="(url: *['\"]https://github.com/getsentry/sentry-cocoa['\"], *exact: *)['\"]([0-9\.]+(-[a-z0-9\.]+)?)['\"]"
35
if ! [[ $content =~ $regex ]]; then
36
echo "Failed to find the plugin version in $file"
37
exit 1
0 commit comments