Automatically update macOS build version at build time.
This commit is contained in:
parent
6e21c4fab1
commit
dd3009408f
8 changed files with 33 additions and 14 deletions
|
|
@ -7,7 +7,7 @@
|
|||
<key>CFBundleExecutable</key>
|
||||
<string>tuxpaint</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>0.9.26, Copyright 2009-2020, Tux Paint Development Team</string>
|
||||
<string>${VER_VERSION}, Copyright 2002-$(date +%Y), Tux Paint Development Team</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>tuxpaint.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
|
|
@ -19,11 +19,11 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.9.26</string>
|
||||
<string>${VER_VERSION}</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>TXPT</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2020-12-27</string>
|
||||
<string>$(date +%Y-%m-%d)</string>
|
||||
<key>UISupportedInterfaceOrientations</key>
|
||||
<array>
|
||||
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||
1
ios/template.sh
Symbolic link
1
ios/template.sh
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../macos/template.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue