diff options
-rw-r--r-- | Info.plist | 2 | ||||
-rw-r--r-- | icons/SCAD.icns | bin | 0 -> 161935 bytes | |||
-rw-r--r-- | openscad.pro | 2 |
3 files changed, 3 insertions, 1 deletions
@@ -33,6 +33,8 @@ <string>OpenSCAD Design</string> <key>CFBundleTypeRole</key> <string>Editor</string> + <key>CFBundleTypeIconFile</key> + <string>SCAD.icns</string> <key>LSIsAppleDefaultForType</key> <true/> </dict> diff --git a/icons/SCAD.icns b/icons/SCAD.icns Binary files differnew file mode 100644 index 0000000..12abb48 --- /dev/null +++ b/icons/SCAD.icns 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 } |