Mac OS X: Let automake generate the plist so the version number matches the project

This commit is contained in:
Jonathan Campbell
2019-02-10 09:12:24 -08:00
parent aca4b0fef6
commit c332fb78df
2 changed files with 5 additions and 4 deletions

View File

@@ -980,6 +980,7 @@ fi
AC_CONFIG_FILES([
Makefile
src/Makefile
src/dosbox.plist
src/cpu/Makefile
src/cpu/core_full/Makefile
src/cpu/core_normal/Makefile

View File

@@ -11,7 +11,7 @@
<key>CFBundleExecutable</key>
<string>DosBox</string>
<key>CFBundleGetInfoString</key>
<string>0.48.2, Copyright 2016 DOSBox-X</string>
<string>@PACKAGE_VERSION@, Copyright 2019 DOSBox-X</string>
<key>CFBundleIconFile</key>
<string>DosBox.icns</string>
<key>CFBundleIdentifier</key>
@@ -24,13 +24,13 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.48.2</string>
<string>@PACKAGE_VERSION@</string>
<key>CFBundleSignature</key>
<string>DOSB</string>
<key>CFBundleVersion</key>
<string>0.48.2</string>
<string>@PACKAGE_VERSION@</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2016 DOSBox-X</string>
<string>Copyright 2019 DOSBox-X</string>
<key>LSMinimumSystemVersion</key>
<string>10.8</string>
</dict>