diff options
author | Keith Packard <keithp@keithp.com> | 2013-01-22 17:49:25 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-01-22 17:49:25 -0800 |
commit | 96193d8c09159b81e60851ed90682b9120e15f55 (patch) | |
tree | 7b32597bd7e9f6e8eeacd178654464999461526a /micropeak | |
parent | b5c988fb59c1e48baa81b56be9b7b4ab0eebabea (diff) |
micropeak: Add mac build file Info.plist
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'micropeak')
-rw-r--r-- | micropeak/Info.plist | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/micropeak/Info.plist b/micropeak/Info.plist new file mode 100644 index 00000000..7837f992 --- /dev/null +++ b/micropeak/Info.plist @@ -0,0 +1,50 @@ +<?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>MicroPeak</string> + <key>CFBundleVersion</key> + <string>1.1.9.3</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>CFBundleIdentifier</key> + <string>org.altusmetrum.micropeak</string> + <key>CFBundleSignature</key> + <string>Altu</string> + <key>CFBundleGetInfoString</key> + <string>MicroPeak UI version 1.1.9.3</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleIconFile</key> + <string>MicroPeak.icns</string> + <key>Java</key> + <dict> + <key>MainClass</key> + <string>org.altusmetrum.micropeak.MicroPeak</string> + <key>JVMVersion</key> + <string>1.5+</string> + <key>ClassPath</key> + <array> + <string>$JAVAROOT/micropeak.jar</string> + </array> + <key>Properties</key> + <dict> + <key>apple.laf.useScreenMenuBar</key> + <string>true</string> + </dict> + <key>VMOptions</key> + <array> + <string>-Xms512M</string> + <string>-Xmx512M</string> + <string>-Dosgi.clean=true</string> + </array> + </dict> +</dict> +</plist> |