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

Commit

Permalink
Update script to correct the plist file locations (#3958) (#3963)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1ed6281)

Co-authored-by: Donal Meehan <76789979+DonalMe@users.noreply.github.com>
  • Loading branch information
mergify[bot] and DonalMe committed Dec 19, 2023
1 parent b777876 commit 663105e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion focus-ios/focus-ios-tests/tools/set-version.sh
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 663105e

Please sign in to comment.