#1588 Set SUFeedURL to fix Sparkle-related crash. add http download exception for now

This commit is contained in:
Marius Kintel 2016-02-23 01:57:31 -05:00
parent 9d8e9b5679
commit d73ddc3161

View file

@ -82,5 +82,15 @@
<string>OpenSCAD.sdef</string>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
<key>SUFeedURL</key>
<string>http://files.openscad.org/appcast.xml</string>
<key>NSExceptionDomains</key>
<dict>
<key>files.openscad.org</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key><true/>
<key>NSExceptionRequiresForwardSecrecy</key><false/>
</dict>
</dict>
</dict>
</plist>