diff options
author | Abhi Beckert <abhi@abhibeckert.com> | 2016-01-29 07:36:59 +1000 |
---|---|---|
committer | Abhi Beckert <abhi@abhibeckert.com> | 2016-01-29 07:36:59 +1000 |
commit | 21faedad0945097424db87bb092975f71f314a86 (patch) | |
tree | 8db46392f22567b493fdaf82cd0426b8b632fff6 | |
parent | 2d9145d32e1bc1a2507b503a5314205ee9afcd58 (diff) | |
parent | 7a81b6e5e6418a0371ed6674b084b8b2ba0af6d9 (diff) | |
download | sequelpro-21faedad0945097424db87bb092975f71f314a86.tar.gz sequelpro-21faedad0945097424db87bb092975f71f314a86.tar.bz2 sequelpro-21faedad0945097424db87bb092975f71f314a86.zip |
Merge pull request #2388 from abhibeckert/1.1.0.1release-1.1.0.1
use SSL for sparkle
-rw-r--r-- | Resources/Plists/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Resources/Plists/Info.plist b/Resources/Plists/Info.plist index 2ba52aa3..f5dc2ff0 100644 --- a/Resources/Plists/Info.plist +++ b/Resources/Plists/Info.plist @@ -232,7 +232,7 @@ <key>SUEnableSystemProfiling</key> <true/> <key>SUFeedURL</key> - <string>http://www.sequelpro.com/appcast/app-releases.xml</string> + <string>https://www.sequelpro.com/appcast/app-releases.xml</string> <key>SUPublicDSAKeyFile</key> <string>sparkle-public-key.pem</string> <key>UTExportedTypeDeclarations</key> |