mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Making things more Arduino-like (cont...)
This commit is contained in:
111
build/macosx/dist/Arduino.app/Contents/Info.plist
vendored
Executable file
111
build/macosx/dist/Arduino.app/Contents/Info.plist
vendored
Executable file
@ -0,0 +1,111 @@
|
||||
<?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>Arduino</string>
|
||||
|
||||
<!-- all these need to change for new releases -->
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>1.0.1, Copyright © Ben Fry and Casey Reas</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0.1</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.1</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>cc.arduino.Arduino</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.5*</string>
|
||||
|
||||
<key>ClassPath</key>
|
||||
<!-- In 0149, removed /System/Library/Java from the CLASSPATH because
|
||||
it can cause problems if users have installed weird files there.
|
||||
http://dev.processing.org/bugs/show_bug.cgi?id=1045 -->
|
||||
<string>$JAVAROOT/pde.jar:$JAVAROOT/core.jar:$JAVAROOT/antlr.jar:$JAVAROOT/ecj.jar:$JAVAROOT/registry.jar:$JAVAROOT/quaqua.jar:$JAVAROOT/oro.jar:$JAVAROOT/RXTXcomm.jar</string>
|
||||
|
||||
<key>Properties</key>
|
||||
<dict>
|
||||
<!-- Pass the full path of Contents/Resources/Java to the PDE -->
|
||||
<key>javaroot</key>
|
||||
<string>$JAVAROOT</string>
|
||||
|
||||
<!-- More properties can be found in http://developer.apple.com/releasenotes/Java/java141/system_properties/chapter_4_section_1.html#//apple_ref/doc/uid/TP30000285 -->
|
||||
|
||||
<!--
|
||||
In release 0158, removed the menubar option from the .app and instead controlling it from the preferences window. By default, the menu bar is inside the editor window because of the Apple Java bug.
|
||||
<key>apple.laf.useScreenMenuBar</key>
|
||||
<string>true</string>
|
||||
-->
|
||||
|
||||
<key>JVMArchs</key>
|
||||
<array>
|
||||
<!--<string>x86_64</string>--> <!-- currently no 64 bit support -->
|
||||
<string>i386</string>
|
||||
<string>ppc</string>
|
||||
</array>
|
||||
|
||||
<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>
|
||||
<key>apple.awt.graphics.UseQuartz</key>
|
||||
<string>true</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
BIN
build/macosx/dist/Arduino.app/Contents/MacOS/JavaApplicationStub
vendored
Executable file
BIN
build/macosx/dist/Arduino.app/Contents/MacOS/JavaApplicationStub
vendored
Executable file
Binary file not shown.
1
build/macosx/dist/Arduino.app/Contents/PkgInfo
vendored
Executable file
1
build/macosx/dist/Arduino.app/Contents/PkgInfo
vendored
Executable file
@ -0,0 +1 @@
|
||||
APPLPde1
|
BIN
build/macosx/dist/Arduino.app/Contents/Resources/Java/libquaqua.jnilib
vendored
Executable file
BIN
build/macosx/dist/Arduino.app/Contents/Resources/Java/libquaqua.jnilib
vendored
Executable file
Binary file not shown.
BIN
build/macosx/dist/Arduino.app/Contents/Resources/Java/libquaqua64.jnilib
vendored
Executable file
BIN
build/macosx/dist/Arduino.app/Contents/Resources/Java/libquaqua64.jnilib
vendored
Executable file
Binary file not shown.
BIN
build/macosx/dist/Arduino.app/Contents/Resources/Java/librxtxSerial.jnilib
vendored
Executable file
BIN
build/macosx/dist/Arduino.app/Contents/Resources/Java/librxtxSerial.jnilib
vendored
Executable file
Binary file not shown.
BIN
build/macosx/dist/Arduino.app/Contents/Resources/Java/quaqua.jar
vendored
Executable file
BIN
build/macosx/dist/Arduino.app/Contents/Resources/Java/quaqua.jar
vendored
Executable file
Binary file not shown.
BIN
build/macosx/dist/Arduino.app/Contents/Resources/pde.icns
vendored
Normal file
BIN
build/macosx/dist/Arduino.app/Contents/Resources/pde.icns
vendored
Normal file
Binary file not shown.
BIN
build/macosx/dist/Arduino.app/Contents/Resources/processing.icns
vendored
Executable file
BIN
build/macosx/dist/Arduino.app/Contents/Resources/processing.icns
vendored
Executable file
Binary file not shown.
Reference in New Issue
Block a user