Codechange: Move flags in CommandProc in front of the command arguments.
[openttd-github.git] / os / macosx / Info.plist.in
blob0148ab289a6f632e1e2247086d9875e123125cfd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
3 "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
4 <plist version="1.0">
5 <dict>
6 <key>CFBundleDevelopmentRegion</key>
7 <string>English</string>
8 <key>CFBundleDisplayName</key>
9 <string>${CPACK_BUNDLE_NAME}</string>
10 <key>CFBundleExecutable</key>
11 <string>openttd</string>
12 <key>CFBundleGetInfoString</key>
13 <string>#CPACK_PACKAGE_VERSION#, Copyright 2004-${CURRENT_YEAR} The OpenTTD team</string>
14 <key>CFBundleIconFile</key>
15 <string>${CPACK_BUNDLE_NAME}.icns</string>
16 <key>CFBundleIdentifier</key>
17 <string>org.openttd.openttd</string>
18 <key>CFBundleInfoDictionaryVersion</key>
19 <string>6.0</string>
20 <key>CFBundleName</key>
21 <string>${CPACK_BUNDLE_NAME}</string>
22 <key>CFBundlePackageType</key>
23 <string>APPL</string>
24 <key>CFBundleShortVersionString</key>
25 <string>#CPACK_PACKAGE_VERSION#</string>
26 <key>CFBundleVersion</key>
27 <string>#CPACK_PACKAGE_VERSION#</string>
28 <key>NSHumanReadableCopyright</key>
29 <string>Copyright 2004-${CURRENT_YEAR} The OpenTTD team</string>
30 <key>NSPrincipalClass</key>
31 <string>NSApplication</string>
32 <key>NSHighResolutionCapable</key>
33 <string>True</string>
34 <key>LSMinimumSystemVersion</key>
35 <string>10.14.0</string>
36 </dict>
37 </plist>