Changed the AppCasts to https

CQTexperiment
Chris Moeller 2013-10-21 18:31:23 -07:00
parent 1cc992f677
commit 96c0081d73
2 changed files with 2 additions and 2 deletions

View File

@ -478,7 +478,7 @@ increase/decrease as long as the user holds the left/right, plus/minus button */
[userDefaultsValuesDict setObject:[NSNumber numberWithBool:YES] forKey:@"remoteEnabled"];
[userDefaultsValuesDict setObject:[NSNumber numberWithBool:YES] forKey:@"remoteOnlyOnActive"];
[userDefaultsValuesDict setObject:@"http://kode54.net/cog/stable.xml" forKey:@"SUFeedURL"];
[userDefaultsValuesDict setObject:@"https://kode54.net/cog/stable.xml" forKey:@"SUFeedURL"];
[userDefaultsValuesDict setObject:@"clearAndPlay" forKey:@"openingFilesBehavior"];

View File

@ -955,6 +955,6 @@
<key>NSPrincipalClass</key>
<string>MediaKeysApplication</string>
<key>SUFeedURL</key>
<string>http://kode54.net/cog/mercury.xml</string>
<string>https://kode54.net/cog/mercury.xml</string>
</dict>
</plist>