diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-11-28 00:19:44 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-11-28 00:19:44 +0100 |
| commit | 4398fb6da5021a3d083351aa216551801ec2ac33 (patch) | |
| tree | bf35d9451043ea89c3f64835267528c59162e1ef /Hotline/MacApp.swift | |
| parent | 213710bf5bd6413c747bf126db50816ef5de5a6e (diff) | |
Diffstat (limited to 'Hotline/MacApp.swift')
| -rw-r--r-- | Hotline/MacApp.swift | 5 |
1 files changed, 4 insertions, 1 deletions
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. |