mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
compileOSX.sh: add version to app
This commit is contained in:
parent
c859a4d2d5
commit
986f5ef571
@ -62,6 +62,11 @@ cp -R release/languages YACReader.app/Contents/MacOS/
|
|||||||
cp -R release/languages YACReaderLibrary.app/Contents/MacOS/
|
cp -R release/languages YACReaderLibrary.app/Contents/MacOS/
|
||||||
cp -R release/languages YACReaderLibraryServer.app/Contents/MacOS/
|
cp -R release/languages YACReaderLibraryServer.app/Contents/MacOS/
|
||||||
|
|
||||||
|
/usr/libexec/PlistBuddy -c "Add :CFBundleVersion string ${BUILD_NUMBER}" YACReader.app/Contents/Info.plist
|
||||||
|
/usr/libexec/PlistBuddy -c "Add :CFBundleShortVersionString string ${VERSION}" YACReader.app/Contents/Info.plist
|
||||||
|
/usr/libexec/PlistBuddy -c "Add :CFBundleVersion string ${BUILD_NUMBER}" YACReaderLibrary.app/Contents/Info.plist
|
||||||
|
/usr/libexec/PlistBuddy -c "Add :CFBundleShortVersionString string ${VERSION}" YACReaderLibrary.app/Contents/Info.plist
|
||||||
|
|
||||||
if [ "$SKIP_CODESIGN" = false ]; then
|
if [ "$SKIP_CODESIGN" = false ]; then
|
||||||
./signapps.sh
|
./signapps.sh
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user