mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 10:55:38 +01:00
82 lines
2.8 KiB
Plaintext
Executable File
82 lines
2.8 KiB
Plaintext
Executable File
<?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>Processing</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>10.2</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>Pde1</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>processing.icns</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>org.processing.app</string>
|
|
<key>CFBundleDocumentTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeExtensions</key>
|
|
<array>
|
|
<string>pde</string>
|
|
<string>java</string>
|
|
</array>
|
|
<key>CFBundleTypeIconFile</key>
|
|
<string>pde.icns</string>
|
|
<key>CFBundleTypeName</key>
|
|
<string>Processing Source File</string>
|
|
<key>CFBundleTypeMIMETypes</key>
|
|
<array>
|
|
<string>text/plain</string>
|
|
</array>
|
|
<key>CFBundleTypeOSTypes</key>
|
|
<array>
|
|
<string>TEXT</string>
|
|
</array>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
</dict>
|
|
</array>
|
|
<key>Java</key>
|
|
<dict>
|
|
<key>VMOptions</key>
|
|
<string>-Xms128M -Xmx256M</string>
|
|
<key>MainClass</key>
|
|
<string>processing.app.Base</string>
|
|
<key>JVMVersion</key>
|
|
<string>1.4*</string>
|
|
<key>ClassPath</key>
|
|
<!-- <string>$JAVAROOT/pde.jar:lib/core.jar:$JAVAROOT/antlr.jar:$JAVAROOT/log4j.jar:$JAVAROOT/jalopy.jar:$JAVAROOT/oro.jar:$JAVAROOT/registry.jar:$JAVAROOT/quaqua.jar:/System/Library/Java</string>-->
|
|
<string>$JAVAROOT/pde.jar:lib/core.jar:$JAVAROOT/antlr.jar:$JAVAROOT/oro.jar:$JAVAROOT/registry.jar:$JAVAROOT/quaqua.jar:/System/Library/Java</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>
|