From b87e574e093fd29e6e3f2c3443018948ce890e24 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Mon, 11 Feb 2013 21:50:53 -0500 Subject: Added document icon for Mac diff --git a/Info.plist b/Info.plist index 0719c14..144dd69 100644 --- a/Info.plist +++ b/Info.plist @@ -33,6 +33,8 @@ OpenSCAD Design CFBundleTypeRole Editor + CFBundleTypeIconFile + SCAD.icns LSIsAppleDefaultForType diff --git a/icons/SCAD.icns b/icons/SCAD.icns new file mode 100644 index 0000000..12abb48 Binary files /dev/null and b/icons/SCAD.icns differ diff --git a/openscad.pro b/openscad.pro index 7b55a14..475d55a 100644 --- a/openscad.pro +++ b/openscad.pro @@ -66,7 +66,7 @@ macx { ICON = icons/OpenSCAD.icns QMAKE_INFO_PLIST = Info.plist APP_RESOURCES.path = Contents/Resources - APP_RESOURCES.files = OpenSCAD.sdef dsa_pub.pem + APP_RESOURCES.files = OpenSCAD.sdef dsa_pub.pem icons/SCAD.icns QMAKE_BUNDLE_DATA += APP_RESOURCES LIBS += -framework Cocoa -framework Sparkle } -- cgit v0.10.1