2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-03 19:35:34 +00:00
2021-05-07 02:54:52 -07:00

33 lines
1.1 KiB
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleExecutable</key>
<string>metaforce-gui</string>
<key>CFBundleGetInfoString</key>
<string>@METAFORCE_WC_DESCRIBE@</string>
<key>CFBundleShortVersionString</key>
<string>@METAFORCE_WC_DESCRIBE@</string>
<key>NSHumanReadableCopyright</key>
<string>2015-@CURRENT_YEAR@ AxioDL Team</string>
<key>CFBundleIconFile</key>
<string>mainicon.icns</string>
<key>CFBundleIdentifier</key>
<string>com.axiodl.Metaforce</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Metaforce</string>
<key>CFBundleVersion</key>
<string>@METAFORCE_WC_DESCRIBE@</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>