From 770220f905b57f4efcca8fcac3a8cc908ad82440 Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Tue, 29 Oct 2024 02:01:47 -0700 Subject: [PATCH] Fixed plist file in version update (#927) --- .ci/set-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/set-version.sh b/.ci/set-version.sh index 0ade724..d886191 100755 --- a/.ci/set-version.sh +++ b/.ci/set-version.sh @@ -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