PrimeWorldEditor/src/Editor/icons/mac/Info.plist.in

33 lines
1.1 KiB
XML

<?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>PrimeWorldEditor</string>
<key>CFBundleGetInfoString</key>
<string>@PWE_WC_DESCRIBE@</string>
<key>CFBundleShortVersionString</key>
<string>@PWE_WC_DESCRIBE@</string>
<key>NSHumanReadableCopyright</key>
<string>@CURRENT_YEAR@ AxioDL Team</string>
<key>CFBundleIconFile</key>
<string>mainicon.icns</string>
<key>CFBundleIdentifier</key>
<string>com.axiodl.PrimeWorldEditor</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>@PWE_APP_NAME@</string>
<key>CFBundleVersion</key>
<string>@PWE_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>