diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-24 03:54:53 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-24 03:54:53 (GMT) |
commit | ca41979ee514f642c506e4f4d81461f19b587bf2 (patch) | |
tree | f31feb004d0b724d5240c8a227c7f0c886939a1b /Info.plist | |
parent | eff16283358217b43b310269a72e0cb47357a8b3 (diff) | |
parent | abc9da96c89b337377ee62ac29ee54e4e7b0a514 (diff) |
Merge branch 'master' of github.com:openscad/openscad into issue11_2
Conflicts:
RELEASE_NOTES
openscad.pro
src/mainwin.cc
Diffstat (limited to 'Info.plist')
-rw-r--r-- | Info.plist | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -2,6 +2,8 @@ <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> <plist version="0.9"> <dict> + <key>CFBundleName</key> + <string>OpenSCAD</string> <key>CFBundleIconFile</key> <string>@ICON@</string> <key>CFBundlePackageType</key> @@ -12,6 +14,10 @@ <string>OpenSCAD</string> <key>CFBundleIdentifier</key> <string>org.openscad.OpenSCAD</string> + <key>CFBundleVersion</key> + <string>@SHORT_VERSION@</string> + <key>CFBundleShortVersionString</key> + <string>@SHORT_VERSION@</string> <key>CFBundleDocumentTypes</key> <array> <dict> @@ -27,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> @@ -35,5 +43,7 @@ <true/> <key>OSAScriptingDefinition</key> <string>OpenSCAD.sdef</string> + <key>SUPublicDSAKeyFile</key> + <string>dsa_pub.pem</string> </dict> </plist> |