mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Mac OS X: Let automake generate the plist so the version number matches the project
This commit is contained in:
@@ -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
|
||||
|
@@ -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>
|
Reference in New Issue
Block a user