From 4398fb6da5021a3d083351aa216551801ec2ac33 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 28 Nov 2025 00:19:44 +0100 Subject: Re-add friendship quest remix --- Hotline/MacApp.swift | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Hotline/MacApp.swift') diff --git a/Hotline/MacApp.swift b/Hotline/MacApp.swift index 454e9fd..58db743 100644 --- a/Hotline/MacApp.swift +++ b/Hotline/MacApp.swift @@ -47,9 +47,12 @@ class AppDelegate: NSObject, NSApplicationDelegate { } } + // Friendship Quest Remix + /* Task { await AppUpdate.shared.checkForUpdatesOnLaunch() } + */ } func applicationWillTerminate(_ notification: Notification) { @@ -82,7 +85,7 @@ struct Application: App { let cloudKitConfiguration = ModelConfiguration( schema: Schema([Bookmark.self]), isStoredInMemoryOnly: false, - cloudKitDatabase: .private("iCloud.co.goodmake.hotline") + cloudKitDatabase: .private("iCloud.pizza.unlimited.hotline") ) // For records we only need stored locally. -- cgit