Add 'osx/' from commit '46755a07ef2e7aa9852d74c30e2c12f9fe8f2278'
git-subtree-dir: osx git-subtree-mainline:034026e88agit-subtree-split:46755a07ef
This commit is contained in:
27
osx/kordophone2/App.swift
Normal file
27
osx/kordophone2/App.swift
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
// kordophone2App.swift
|
||||
// kordophone2
|
||||
//
|
||||
// Created by James Magahern on 8/24/25.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct KordophoneApp: App
|
||||
{
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
SplitView()
|
||||
}
|
||||
|
||||
Settings {
|
||||
PreferencesView()
|
||||
}
|
||||
}
|
||||
|
||||
private func reportError(_ e: Error) {
|
||||
// Just printing for now.
|
||||
print("Error: \(e.localizedDescription)")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user