diff options
author | Marius Kintel <marius@kintel.net> | 2013-03-23 20:04:32 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-03-23 20:04:32 (GMT) |
commit | a7709470d256083b2a18b63c48439f14a23f63fb (patch) | |
tree | 899d2f04ac4e0354c3354b5c2e64e595a0a18bce | |
parent | 8ea615c7cf23cf32e3c3ab1acaaa5f2b20ffbe03 (diff) | |
parent | 894c9fe561e9178b3d4004c1370c3a45a945c507 (diff) |
Merge pull request #317 from nico/retina
Make OpenSCAD look better on retina displays.
-rw-r--r-- | Info.plist | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -35,15 +35,17 @@ <string>Editor</string> <key>CFBundleTypeIconFile</key> <string>SCAD.icns</string> - <key>LSIsAppleDefaultForType</key> + <key>LSIsAppleDefaultForType</key> <true/> </dict> </array> <key>NSAppleScriptEnabled</key> - <true/> + <true/> + <key>NSPrincipalClass</key> + <string>NSApplication</string> <key>OSAScriptingDefinition</key> <string>OpenSCAD.sdef</string> - <key>SUPublicDSAKeyFile</key> - <string>dsa_pub.pem</string> + <key>SUPublicDSAKeyFile</key> + <string>dsa_pub.pem</string> </dict> </plist> |