AppSceneID
private enum AppSceneID: String
The window scenes we can open on macOS
Note
The ID of a scene we set on on aWindow
or to open a Window
in the environment is a String
.
This is is asking for troubles, so I use an enum
instead.
-
A scene with a list of songs
Declaration
Swift
case songListWindow
-
A scene to export a folder of songs
Declaration
Swift
case exportFolderWindow