mirror of https://github.com/cirruslabs/tart.git
CI: populate CFBundleShortVersionString in Info.plist (#923)
This commit is contained in:
parent
accbd0cb33
commit
3bf0bb22f3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue