Skip to content

Commit

Permalink
Fix CI MARKETING_VERSION
Browse files Browse the repository at this point in the history
Update MARKETING_VERSION instead of CFBundleShortVersionString in CI
post clone script
  • Loading branch information
mvasilak committed Dec 11, 2023
1 parent 96b2484 commit a51774a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,4 @@ esac

# Update Info.plist files
echo "Setting version to $newVersionString"
/usr/libexec/PlistBuddy -c "Set :CFBundleShortVersionString $newVersionString" ../Zotero/Info.plist
/usr/libexec/PlistBuddy -c "Set :CFBundleShortVersionString $newVersionString" ../ZShare/Info.plist
sed -i "" -e "s/MARKETING_VERSION \= [^\;]*\;/MARKETING_VERSION = $newVersionString;/" ../Zotero.xcodeproj/project.pbxproj

0 comments on commit a51774a

Please sign in to comment.