-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
MacMenuBar looks great, so I wanted to try it on one of my apps. Since it is an existing app, I cannot use the templates. I have not been able to run MacMenuBar in in a "pure swiftUI" environment with an entry point like:
@main
struct MyApp: App {
@NSApplicationDelegateAdaptor(AppDelegate.self) var appDelegate
var body: some Scene {
WindowGroup {
ContentView()
}
.commands {
SidebarCommands()
}
}
}
Following instructions in this situation did not yield success.
Would it be possible to extend the (otherwise excellent) documentation with a setup instruction for configs like the above?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels