Mercurial > hg > movesynth
view HeresyBigBangDone/application.macosx/HeresyBigBangDone.app/Contents/Info.plist @ 50:f4c6999ecfe9 tip
added the files on my computer that aren't aiff s> these shoudl be everything for the big bang fair 2011 - heresy, and tim's file's also here
author | Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk> |
---|---|
date | Sat, 08 Oct 2011 22:12:49 +0100 |
parents | |
children |
line wrap: on
line source
<?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>HeresyBigBangDone</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>HeresyBigBangDone</string> <!-- http://developer.apple.com/documentation/MacOSX/Conceptual/BPRuntimeConfig/Articles/PListKeys.html#//apple_ref/doc/uid/20001431-113616 --> <key>LSUIPresentationMode</key> <integer>0</integer> <!-- make sure that applications open in 32-bit mode on Snow Leopard, otherwise video and most other native libraries will choke http://developer.apple.com/mac/library/documentation/General/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/TP40009250-SW1 --> <key>LSArchitecturePriority</key> <array> <string>i386</string> <string>ppc</string> </array> <key>Java</key> <dict> <key>VMOptions</key> <string></string> <key>MainClass</key> <string>HeresyBigBangDone</string> <key>JVMVersion</key> <string>1.5*</string> <key>JVMArchs</key> <array> <string>i386</string> <string>ppc</string> </array> <key>ClassPath</key> <string>$JAVAROOT/oscP5.jar:$JAVAROOT/HeresyBigBangDone.jar:$JAVAROOT/core.jar:$JAVAROOT/oscP5.jar:$JAVAROOT/oscP5.jar:$JAVAROOT/opengl.jar:$JAVAROOT/jogl.jar:$JAVAROOT/gluegen-rt.jar</string> <!-- http://developer.apple.com/releasenotes/Java/java141/system_properties/chapter_4_section_1.html#//apple_ref/doc/uid/TP30000285 --> <key>Properties</key> <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>