1
0
mirror of https://github.com/esp8266/Arduino.git synced 2026-01-06 05:22:30 +03:00

Making things more Arduino-like (cont...)

This commit is contained in:
David A. Mellis
2009-06-01 17:10:56 +00:00
parent 14778514ae
commit df4f1629c4
17 changed files with 177 additions and 625 deletions

View File

@@ -3,7 +3,7 @@
<plist version="0.9">
<dict>
<key>CFBundleName</key>
<string>Processing</string>
<string>Arduino</string>
<!-- all these need to change for new releases -->
<key>CFBundleGetInfoString</key>
@@ -28,7 +28,7 @@
<key>CFBundleIconFile</key>
<string>processing.icns</string>
<key>CFBundleIdentifier</key>
<string>org.processing.app</string>
<string>cc.arduino.Arduino</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>

Binary file not shown.