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">
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>
20 <key>CFBundleName
</key>
21 <string>${CPACK_BUNDLE_NAME}
</string>
22 <key>CFBundlePackageType
</key>
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>
34 <key>LSMinimumSystemVersion
</key>
35 <string>10.14.0</string>