49 lines
1.3 KiB
Plaintext
49 lines
1.3 KiB
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
|
|
<plist version="0.9">
|
|
<dict>
|
|
<key>CFBundleName</key>
|
|
<string>Magarena</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>magic.MagicMain</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1.35</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.35</string>
|
|
<key>CFBundleAllowMixedLocalizations</key>
|
|
<string>true</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>JavaApplicationStub</string>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>English</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>Maga</string>
|
|
<key>CFBundleGetInfoString</key>
|
|
<string>Magarena</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>arena.icns</string>
|
|
<key>Java</key>
|
|
<dict>
|
|
<key>WorkingDirectory</key>
|
|
<string>$APP_PACKAGE/Contents/Resources/Java</string>
|
|
<key>MainClass</key>
|
|
<string>magic.MagicMain</string>
|
|
<key>JVMVersion</key>
|
|
<string>1.6+</string>
|
|
<key>ClassPath</key>
|
|
<string>$JAVAROOT/Magarena.exe</string>
|
|
<key>VMOptions</key>
|
|
<string>-Xms256M -Xmx256M</string>
|
|
<key>Properties</key>
|
|
<dict>
|
|
<key>apple.laf.useScreenMenuBar</key>
|
|
<string>true</string>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|