Fixed plist file in version update (#927)

This commit is contained in:
Fedor Korotkov
2024-10-29 02:01:47 -07:00
committed by GitHub
parent 768d1f9bad
commit 770220f905
+1 -1
View File
@@ -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