diff options
| author | Fuwn <[email protected]> | 2025-02-26 23:00:37 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-26 23:00:37 -0800 |
| commit | a8ef38a8d17ca8b61a90a25a6c937098db49f83e (patch) | |
| tree | 5fca34efb9330ade1f2cbb2f4e752c3d31e0e689 /Sora/SoraApp.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-a8ef38a8d17ca8b61a90a25a6c937098db49f83e.tar.xz sora-testing-a8ef38a8d17ca8b61a90a25a6c937098db49f83e.zip | |
feat: Development commit
Diffstat (limited to 'Sora/SoraApp.swift')
| -rw-r--r-- | Sora/SoraApp.swift | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Sora/SoraApp.swift b/Sora/SoraApp.swift index 12f614c..df0f8e1 100644 --- a/Sora/SoraApp.swift +++ b/Sora/SoraApp.swift @@ -1,5 +1,11 @@ import SwiftUI +func debugPrint(_ items: Any...) { + #if DEBUG + Swift.print(items, terminator: "\n") + #endif +} + @main struct SoraApp: App { @StateObject private var settings = Settings() |