Skip to content

Commit

Permalink
Added App Transport Security settings for the updater and went back t…
Browse files Browse the repository at this point in the history
…o an HTTP appcast URL.
  • Loading branch information
newmarcel committed Dec 8, 2015
1 parent 9f3f323 commit 87aa382
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,7 @@

### v1.3.1 ###

- Fixed Sparkle Updates *(Broken thanks to App Transport Security in OS X 10.11 and GitHub disabling HTTPS for pages)* If you know someone with Version 1.3.0, please let them know that 1.3.1 is available and can be downloaded manually to receive future updates. This is a nightmare come true… 😱
- Fixed rendering for custom icons: They are now rendered as template images
- Added advanced settings to disable the blue highlight rectangle on click. Enable it with *(replace YES with NO to disable it again)*:

Expand Down
7 changes: 6 additions & 1 deletion KeepingYouAwake/Info.plist
Expand Up @@ -48,6 +48,11 @@
<key>SUEnableAutomaticChecks</key>
<true/>
<key>SUFeedURL</key>
<string>https://newmarcel.github.io/KeepingYouAwake/appcast.xml</string>
<string>http://newmarcel.github.io/KeepingYouAwake/appcast.xml</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>

0 comments on commit 87aa382

Please sign in to comment.