From 1240b5d91121d1a523a90504fdab29087699af42 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sat, 6 Nov 2010 16:00:02 -0400 Subject: [PATCH] Associating .ino, .c, .cpp, .h (but not .pde or .java) with Arduino on Mac OS X. --- build/macosx/template.app/Contents/Info.plist | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/build/macosx/template.app/Contents/Info.plist b/build/macosx/template.app/Contents/Info.plist index aaac7a7d7..b5cc695cd 100755 --- a/build/macosx/template.app/Contents/Info.plist +++ b/build/macosx/template.app/Contents/Info.plist @@ -35,13 +35,15 @@ CFBundleTypeExtensions - pde - java + ino + c + cpp + h CFBundleTypeIconFile pde.icns CFBundleTypeName - Processing Source File + Arduino Source File CFBundleTypeMIMETypes text/plain