Skip to content

Commit

Permalink
Fixed plist file in version update (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov authored Oct 29, 2024
1 parent 768d1f9 commit 770220f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/set-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 770220f

Please sign in to comment.