Skip to content

Commit

Permalink
CI: populate CFBundleShortVersionString in Info.plist (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev authored Oct 24, 2024
1 parent accbd0c commit 3bf0bb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/set-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
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

0 comments on commit 3bf0bb2

Please sign in to comment.