Skip to content

Commit

Permalink
Update script to correct the plist file locations (mozilla-mobile/foc…
Browse files Browse the repository at this point in the history
  • Loading branch information
DonalMe authored Dec 19, 2023
1 parent 5e32cb2 commit e204f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion focus-ios/focus-ios/focus-ios-tests/tools/set-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ $# -eq 0 ]; then
fi


for plist in Blockzilla/Info.plist ContentBlocker/Info.plist FocusIntentExtension/Info.plist OpenInFocus/Info.plist Widgets/Info.plist; do
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
current=`/usr/libexec/PlistBuddy -c "Print :CFBundleShortVersionString" "$plist"`
echo "Changing CFBundleShortVersionString in $plist from $current to $1"
/usr/libexec/PlistBuddy -c "Set :CFBundleShortVersionString $1" "$plist"
Expand Down

0 comments on commit e204f7d

Please sign in to comment.