#1588 Set SUFeedURL to fix Sparkle-related crash. add http download exception for now
This commit is contained in:
parent
9d8e9b5679
commit
d73ddc3161
1 changed files with 10 additions and 0 deletions
10
Info.plist
10
Info.plist
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue