mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Enabled delete CFBundleGetInfoString, to update Version string
This commit is contained in:
parent
d3513ffed0
commit
020e9e5927
@ -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…
Reference in New Issue
Block a user