1 | <?xml version="1.0" ?> |
---|
2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
---|
3 | <plist version="1.0"> |
---|
4 | <dict> |
---|
5 | <key>CFBundleDevelopmentRegion</key> |
---|
6 | <string>English</string> |
---|
7 | <key>CFBundleExecutable</key> |
---|
8 | <string>Arduino</string> |
---|
9 | <key>CFBundleIconFile</key> |
---|
10 | <string>processing.icns</string> |
---|
11 | <key>CFBundleIdentifier</key> |
---|
12 | <string>cc.arduino.Arduino</string> |
---|
13 | <key>CFBundleDisplayName</key> |
---|
14 | <string>Arduino</string> |
---|
15 | <key>CFBundleInfoDictionaryVersion</key> |
---|
16 | <string>6.0</string> |
---|
17 | <key>CFBundleName</key> |
---|
18 | <string>Arduino</string> |
---|
19 | <key>CFBundlePackageType</key> |
---|
20 | <string>APPL</string> |
---|
21 | <key>CFBundleShortVersionString</key> |
---|
22 | <string>1.8.9</string> |
---|
23 | <key>CFBundleVersion</key> |
---|
24 | <string>1.8.9</string> |
---|
25 | <key>CFBundleSignature</key> |
---|
26 | <string>Pde1</string> |
---|
27 | <key>NSHumanReadableCopyright</key> |
---|
28 | <string>Arduino LLC</string> |
---|
29 | <key>LSMinimumSystemVersion</key> |
---|
30 | <string>10.8</string> |
---|
31 | <key>LSApplicationCategoryType</key> |
---|
32 | <string>public.app-category.education</string> |
---|
33 | <key>NSHighResolutionCapable</key> |
---|
34 | <true/> |
---|
35 | <key>NSSupportsAutomaticGraphicsSwitching</key> |
---|
36 | <true/> |
---|
37 | <key>JVMRuntime</key> |
---|
38 | <string>openjdk8</string> |
---|
39 | <key>JVMVersion</key> |
---|
40 | <string>1.8</string> |
---|
41 | <key>JREPreferred</key> |
---|
42 | <true/> |
---|
43 | <key>JVMMainClassName</key> |
---|
44 | <string>processing.app.Base</string> |
---|
45 | <key>CFBundleDocumentTypes</key> |
---|
46 | <array> |
---|
47 | <dict> |
---|
48 | <key>CFBundleTypeExtensions</key> |
---|
49 | <array> |
---|
50 | <string>ino</string> |
---|
51 | <string>c</string> |
---|
52 | <string>cpp</string> |
---|
53 | <string>h</string> |
---|
54 | </array> |
---|
55 | <key>CFBundleTypeIconFile</key> |
---|
56 | <string>pde.icns</string> |
---|
57 | <key>CFBundleTypeName</key> |
---|
58 | <string>Arduino Source File</string> |
---|
59 | <key>CFBundleTypeRole</key> |
---|
60 | <string>Editor</string> |
---|
61 | <key>LSTypeIsPackage</key> |
---|
62 | <false/></dict> |
---|
63 | </array> |
---|
64 | <key>LSArchitecturePriority</key> |
---|
65 | <array> |
---|
66 | <string>x86_64</string> |
---|
67 | <string>i386</string> |
---|
68 | </array> |
---|
69 | <key>LSEnvironment</key> |
---|
70 | <dict> |
---|
71 | <key>LC_CTYPE</key> |
---|
72 | <string>UTF-8</string> |
---|
73 | </dict> |
---|
74 | <key>JVMOptions</key> |
---|
75 | <array> |
---|
76 | <string>-Dapple.awt.application.name=Arduino</string> |
---|
77 | <string>-Dcom.apple.macos.use-file-dialog-packages=true</string> |
---|
78 | <string>-Dcom.apple.smallTabs=true</string> |
---|
79 | <string>-DAPP_DIR=$APP_ROOT/Contents/Java</string> |
---|
80 | <string>-Djava.ext.dirs=$JVM_RUNTIME/Contents/Home/lib/ext/:$JVM_RUNTIME/Contents/Home/jre/lib/ext/</string> |
---|
81 | <string>-Xdock:name=Arduino</string> |
---|
82 | <string>-Dcom.apple.mrj.application.apple.menu.about.name=Arduino</string> |
---|
83 | <string>-Dfile.encoding=UTF-8</string> |
---|
84 | <string>-Xms128M</string> |
---|
85 | <string>-Xmx512M</string> |
---|
86 | <string>-splash:$APP_ROOT/Contents/Java/lib/splash.png</string> |
---|
87 | </array> |
---|
88 | <key>JVMDefaultOptions</key> |
---|
89 | <dict> |
---|
90 | </dict> |
---|
91 | <key>JVMArguments</key> |
---|
92 | <array> |
---|
93 | </array> |
---|
94 | </dict> |
---|
95 | </plist> |
---|
96 | |
---|