Added document icon for Mac

felipesanches-svg
Marius Kintel 2013-02-11 21:50:53 -05:00
parent 4756a519fc
commit b87e574e09
3 changed files with 3 additions and 1 deletions

View File

@ -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>

BIN
icons/SCAD.icns Normal file

Binary file not shown.

View File

@ -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
}