moving to Java 1.6 requirement, also add -d32/64 for exports, other misc

This commit is contained in:
benfry
2011-10-31 23:45:44 +00:00
parent b38875a56e
commit c4faf2dc28
8 changed files with 78 additions and 32 deletions

View File

@@ -27,28 +27,17 @@
<key>LSUIPresentationMode</key>
<integer>@@lsuipresentationmode@@</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>@@vmoptions@@</string>
<key>MainClass</key>
<string>@@sketch@@</string>
<key>JVMVersion</key>
<string>1.5*</string>
<key>JVMArchs</key>
<array>
<string>i386</string>
<string>ppc</string>
</array>
<string>1.6*</string>
<key>ClassPath</key>
<string>@@classpath@@</string>