1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Fix #3842: Version number not up to date

Add Version Information to Info.plist for macOS
This commit is contained in:
LRFLEW
2016-10-05 02:40:44 -05:00
parent 71d0861be1
commit 97cc97e0e8
2 changed files with 5 additions and 6 deletions

View File

@@ -13,11 +13,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.0.5</string>
<key>CFBundleSignature</key>
<string>ORCT</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>