You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
2.0 KiB
64 lines
2.0 KiB
<?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>midikatapult</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1.0</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>????</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>sketch.icns</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>midikatapult</string>
|
|
<!-- http://developer.apple.com/documentation/MacOSX/Conceptual/BPRuntimeConfig/Articles/PListKeys.html#//apple_ref/doc/uid/20001431-113616 -->
|
|
<key>LSUIPresentationMode</key>
|
|
<integer>0</integer>
|
|
<key>Java</key>
|
|
<dict>
|
|
<key>VMOptions</key>
|
|
<string></string>
|
|
<key>MainClass</key>
|
|
<string>midikatapult</string>
|
|
<key>JVMVersion</key>
|
|
<string>1.5*</string>
|
|
<key>JVMArchs</key>
|
|
<array>
|
|
<string>i386</string>
|
|
<string>ppc</string>
|
|
</array>
|
|
<key>ClassPath</key>
|
|
<string>$JAVAROOT/midikatapult.jar:$JAVAROOT/core.jar:$JAVAROOT/net.jar</string>
|
|
|
|
<key>Properties</key>
|
|
<!-- http://developer.apple.com/releasenotes/Java/java141/system_properties/chapter_4_section_1.html#//apple_ref/doc/uid/TP30000285 -->
|
|
<dict>
|
|
<key>apple.laf.useScreenMenuBar</key>
|
|
<string>true</string>
|
|
<key>apple.awt.showGrowBox</key>
|
|
<string>false</string>
|
|
<key>com.apple.smallTabs</key>
|
|
<string>true</string>
|
|
<key>apple.awt.Antialiasing</key>
|
|
<string>false</string>
|
|
<key>apple.awt.TextAntialiasing</key>
|
|
<string>true</string>
|
|
<key>com.apple.hwaccel</key>
|
|
<string>true</string>
|
|
<key>apple.awt.use-file-dialog-packages</key>
|
|
<string>false</string>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|
|
|