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