General
-
SwiftUI
Scene
for Chord ProviderThis is the starting point of the application
Note
Each platform has its ownbody
Declaration
Swift
struct ChordProviderApp: App
-
The AppDelegate for Chord Provider
See moreDeclaration
Swift
class AppDelegate: NSObject, NSApplicationDelegate
-
All the settings for the application
See moreDeclaration
Swift
struct AppSettings: Equatable, Codable, Sendable
-
All errors that can happen in the application
See moreDeclaration
Swift
enum AppError: String, LocalizedError
-
The structure for an Alert Message
See moreDeclaration
Swift
public struct AlertMessage
-
Static help strings
See moreDeclaration
Swift
enum Help