mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 03:32:35 +01:00
33 lines
1.1 KiB
XML
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>CFBundleDevelopmentRegion</key>
|
|
<string>en</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>MegaGlest</string>
|
|
<key>CFBundleGetInfoString</key>
|
|
<string>v${MEGAGLEST_VERSION}, © 2001-2017 The MegaGlest Team.</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>MegaGlest</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>org.megaglest.v${MEGAGLEST_VERSION}</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>MegaGlest</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>MGGL</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}</string>
|
|
<key>NSMainNibFile</key>
|
|
<string>MainMenu</string>
|
|
<key>NSPrincipalClass</key>
|
|
<string>NSApplication</string>
|
|
</dict>
|
|
</plist>
|