mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Removing Processing information from the Info.plist; updating todo.
This commit is contained in:
@ -5,14 +5,6 @@
|
|||||||
<key>CFBundleName</key>
|
<key>CFBundleName</key>
|
||||||
<string>Arduino</string>
|
<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>
|
<key>CFBundleAllowMixedLocalizations</key>
|
||||||
<string>true</string>
|
<string>true</string>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
|
6
todo.txt
6
todo.txt
@ -5,7 +5,7 @@ PROCESSING 5503 SYNC
|
|||||||
|
|
||||||
Add library keyword highlighting.
|
Add library keyword highlighting.
|
||||||
|
|
||||||
Fix the settings in the Info.plist file in the Arduino.app.
|
Don't allow in-place modification of user-installed library examples.
|
||||||
|
|
||||||
Test the FTDI drivers in the arduino.dmg.
|
Test the FTDI drivers in the arduino.dmg.
|
||||||
|
|
||||||
@ -19,6 +19,8 @@ Revise the icon.
|
|||||||
|
|
||||||
Check that I'm not requiring the JDK (as opposed to JRE) unnecessarily.
|
Check that I'm not requiring the JDK (as opposed to JRE) unnecessarily.
|
||||||
|
|
||||||
|
Don't recompile the Processing core if the work/ directory exists.
|
||||||
|
|
||||||
Fix Windows make.sh, etc. scripts.
|
Fix Windows make.sh, etc. scripts.
|
||||||
|
|
||||||
Test on Windows.
|
Test on Windows.
|
||||||
@ -33,6 +35,8 @@ Add support for third-party cores in the user's sketchbook folder.
|
|||||||
|
|
||||||
Test the upload.using parameter to upload with a programmer.
|
Test the upload.using parameter to upload with a programmer.
|
||||||
|
|
||||||
|
Re-enable (and fix) the Commander.
|
||||||
|
|
||||||
Compiler.java
|
Compiler.java
|
||||||
- Collect the target object files (.o) into a static library (.a) and link the other object files (from the sketch and libraries) against it.
|
- Collect the target object files (.o) into a static library (.a) and link the other object files (from the sketch and libraries) against it.
|
||||||
- Build each library separately, with its own include path and destination (for .o files) so they don't collide with each other.
|
- Build each library separately, with its own include path and destination (for .o files) so they don't collide with each other.
|
||||||
|
Reference in New Issue
Block a user