mirror of https://github.com/cirruslabs/tart.git
Fixed plist file in version update (#927)
This commit is contained in:
parent
768d1f9bad
commit
770220f905
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue