From 96c0081d732e202c8c80604dea31cea7167e24b3 Mon Sep 17 00:00:00 2001 From: Chris Moeller Date: Mon, 21 Oct 2013 18:31:23 -0700 Subject: [PATCH] Changed the AppCasts to https --- Application/AppController.m | 2 +- Info.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/AppController.m b/Application/AppController.m index 586b36b28..6e5148cce 100644 --- a/Application/AppController.m +++ b/Application/AppController.m @@ -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"]; diff --git a/Info.plist b/Info.plist index 888867c18..8c165085f 100644 --- a/Info.plist +++ b/Info.plist @@ -955,6 +955,6 @@ NSPrincipalClass MediaKeysApplication SUFeedURL - http://kode54.net/cog/mercury.xml + https://kode54.net/cog/mercury.xml