CI: populate CFBundleShortVersionString in Info.plist (#923)

This commit is contained in:
Nikolay Edigaryev 2024-10-24 20:47:50 +02:00 committed by GitHub
parent accbd0cb33
commit 3bf0bb22f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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