mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-21 12:54:26 -04:00
Enabled delete CFBundleGetInfoString, to update Version string
This commit is contained in:
parent
d3513ffed0
commit
020e9e5927
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ rm -rf obj
|
||||||
rm -rf qrc
|
rm -rf qrc
|
||||||
|
|
||||||
# This sets the CFBundleVersion & CFBundleShortVersionString string
|
# This sets the CFBundleVersion & CFBundleShortVersionString string
|
||||||
#/usr/libexec/PlistBuddy -c "Delete :CFBundleGetInfoString" retroshare.app/Contents/Info.plist
|
/usr/libexec/PlistBuddy -c "Delete :CFBundleGetInfoString" retroshare.app/Contents/Info.plist
|
||||||
/usr/libexec/PlistBuddy -c "Add :CFBundleVersion string $RSVERSION" retroshare.app/Contents/Info.plist
|
/usr/libexec/PlistBuddy -c "Add :CFBundleVersion string $RSVERSION" retroshare.app/Contents/Info.plist
|
||||||
/usr/libexec/PlistBuddy -c "Add :CFBundleShortVersionString string $RSVERSION" retroshare.app/Contents/Info.plist
|
/usr/libexec/PlistBuddy -c "Add :CFBundleShortVersionString string $RSVERSION" retroshare.app/Contents/Info.plist
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue