diff --git a/build/macosx/template.app/Contents/Info.plist b/build/macosx/template.app/Contents/Info.plist index 5699d3ab9..73267a3b8 100755 --- a/build/macosx/template.app/Contents/Info.plist +++ b/build/macosx/template.app/Contents/Info.plist @@ -58,6 +58,24 @@ Editor + UTExportedTypeDeclarations + + + UTTypeConformsTo + + public.c-plus-plus-source + + UTTypeIdentifier + cc.arduino.Arduino.source + UTTypeTagSpecification + + public.filename-extension + + ino + + + + Java VMOptions diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index f44ee3456..577529a31 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -6,6 +6,7 @@ ARDUINO 1.5.9 * Sketch build process: core.a rebuild only if needed (Matthijs Kooijman) * Updated AStyle formatter to v2.04: http://astyle.sourceforge.net/notes.html * Improved avrdude verbose upload (Matthijs Kooijman) +* (Mac OSX) Add Exported UTI for ino files, allows quick look to view the content of the file and external editors to syntax highlight as C++ (Matt Lloyd) [core] * sam: added -MMD flag to let gcc produce dependency files (full rebuild on Arduino Due is now triggered only if needed)