diff --git a/.ci/set-version.sh b/.ci/set-version.sh index 0ade724b..d886191d 100755 --- a/.ci/set-version.sh +++ b/.ci/set-version.sh @@ -4,4 +4,4 @@ TMPFILE=$(mktemp) envsubst < Sources/tart/CI/CI.swift > $TMPFILE mv $TMPFILE Sources/tart/CI/CI.swift -/usr/libexec/PlistBuddy -c "Add :CFBundleShortVersionString string ${CIRRUS_TAG}" Info.plist +/usr/libexec/PlistBuddy -c "Add :CFBundleShortVersionString string ${CIRRUS_TAG}" Resources/Info.plist