2010-09-16 15:15:42 +00:00
|
|
|
<?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>
|
2015-02-23 19:17:14 +01:00
|
|
|
<string>en</string>
|
2010-09-16 15:15:42 +00:00
|
|
|
<key>CFBundleExecutable</key>
|
2015-02-15 17:22:35 +11:00
|
|
|
<string>MegaGlest</string>
|
2010-09-16 15:15:42 +00:00
|
|
|
<key>CFBundleGetInfoString</key>
|
2017-03-05 17:31:25 +01:00
|
|
|
<string>v${MEGAGLEST_VERSION}, © 2001-2017 The MegaGlest Team.</string>
|
2010-09-16 15:15:42 +00:00
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string>MegaGlest</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
2015-02-23 19:17:14 +01:00
|
|
|
<string>org.megaglest.v${MEGAGLEST_VERSION}</string>
|
2010-09-16 15:15:42 +00:00
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>MegaGlest</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2015-02-23 19:17:14 +01:00
|
|
|
<string>${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}</string>
|
2010-09-16 15:15:42 +00:00
|
|
|
<key>CFBundleSignature</key>
|
2014-12-22 22:13:57 +11:00
|
|
|
<string>MGGL</string>
|
2010-09-16 15:15:42 +00:00
|
|
|
<key>CFBundleVersion</key>
|
2015-02-23 19:17:14 +01:00
|
|
|
<string>${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}</string>
|
2010-09-16 15:15:42 +00:00
|
|
|
<key>NSMainNibFile</key>
|
|
|
|
<string>MainMenu</string>
|
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
<string>NSApplication</string>
|
|
|
|
</dict>
|
|
|
|
</plist>
|