mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-18 22:04:10 -05: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…
x
Reference in New Issue
Block a user