aboutsummaryrefslogtreecommitdiff
path: root/Hotline/Sounds/Application-iOS.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hotline/Sounds/Application-iOS.swift')
-rw-r--r--Hotline/Sounds/Application-iOS.swift5
1 files changed, 0 insertions, 5 deletions
diff --git a/Hotline/Sounds/Application-iOS.swift b/Hotline/Sounds/Application-iOS.swift
index 055c8f1..dc3a9d0 100644
--- a/Hotline/Sounds/Application-iOS.swift
+++ b/Hotline/Sounds/Application-iOS.swift
@@ -2,13 +2,10 @@ import SwiftUI
import SwiftData
import UniformTypeIdentifiers
-#if os(iOS)
-
@main
struct Application: App {
private var model = Hotline(trackerClient: HotlineTrackerClient(), client: HotlineClient())
- @State private var soundEffects = SoundEffectPlayer()
@State private var bookmarks = Bookmarks()
@FocusedValue(\.activeHotlineModel) private var activeHotline: Hotline?
@@ -21,5 +18,3 @@ struct Application: App {
}
}
}
-
-#endif