From 277c4cb65218adb8485bb28560a9bb4cca42da82 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Thu, 16 May 2024 20:57:05 -0700 Subject: Enable CloudKit. Fix saving server bookmarks. Remove old bookmarks code. --- Hotline/Sounds/Application-iOS.swift | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Hotline/Sounds/Application-iOS.swift') diff --git a/Hotline/Sounds/Application-iOS.swift b/Hotline/Sounds/Application-iOS.swift index dc3a9d0..2fb6ad2 100644 --- a/Hotline/Sounds/Application-iOS.swift +++ b/Hotline/Sounds/Application-iOS.swift @@ -5,9 +5,7 @@ import UniformTypeIdentifiers @main struct Application: App { private var model = Hotline(trackerClient: HotlineTrackerClient(), client: HotlineClient()) - - @State private var bookmarks = Bookmarks() - + @FocusedValue(\.activeHotlineModel) private var activeHotline: Hotline? @FocusedValue(\.activeServerState) private var activeServerState: ServerState? -- cgit