1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
5 <key>CFBundleName</key>
6 <string>MicroPeak</string>
7 <key>CFBundleVersion</key>
8 <string>@VERSION@</string>
9 <key>CFBundleAllowMixedLocalizations</key>
11 <key>CFBundleExecutable</key>
12 <string>JavaApplicationStub</string>
13 <key>CFBundleDevelopmentRegion</key>
14 <string>English</string>
15 <key>CFBundlePackageType</key>
17 <key>CFBundleIdentifier</key>
18 <string>org.altusmetrum.micropeak</string>
19 <key>CFBundleSignature</key>
21 <key>CFBundleGetInfoString</key>
22 <string>MicroPeak UI version @VERSION@</string>
23 <key>CFBundleInfoDictionaryVersion</key>
25 <key>CFBundleIconFile</key>
26 <string>altusmetrum-micropeak.icns</string>
27 <key>CFBundleDocumentTypes</key>
30 <key>CFBundleTypeName</key>
31 <string>MicroPeak data file</string>
32 <key>CFBundleTypeIconFile</key>
33 <string>application-vnd.altusmetrum.micropeak.icns</string>
34 <key>CFBundleTypeExtensions</key>
38 <key>CFBundleTypeRole</key>
39 <string>Editor</string>
45 <string>org.altusmetrum.micropeak.MicroPeak</string>
50 <string>$JAVAROOT/micropeak.jar</string>
54 <key>apple.laf.useScreenMenuBar</key>
59 <string>-Xms512M</string>
60 <string>-Xmx512M</string>
61 <string>-Dosgi.clean=true</string>