Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit 663105e

Browse files
Update script to correct the plist file locations (#3958) (#3963)
(cherry picked from commit 1ed6281) Co-authored-by: Donal Meehan <[email protected]>
1 parent b777876 commit 663105e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

focus-ios/focus-ios-tests/tools/set-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [ $# -eq 0 ]; then
66
fi
77

88

9-
for plist in Blockzilla/Info.plist ContentBlocker/Info.plist FocusIntentExtension/Info.plist OpenInFocus/Info.plist Widgets/Info.plist; do
9+
for plist in focus-ios/Blockzilla/Info.plist focus-ios/ContentBlocker/Info.plist focus-ios/FocusIntentExtension/Info.plist focus-ios/OpenInFocus/Info.plist focus-ios/Widgets/Info.plist; do
1010
current=`/usr/libexec/PlistBuddy -c "Print :CFBundleShortVersionString" "$plist"`
1111
echo "Changing CFBundleShortVersionString in $plist from $current to $1"
1212
/usr/libexec/PlistBuddy -c "Set :CFBundleShortVersionString $1" "$plist"

0 commit comments

Comments
 (0)