Posts

Post not yet marked as solved
4 Replies
Could you do this by having multiple schemes and specifying the build configuration within the scheme. The 'Actions' section of the workflow let's you select which scheme to use.
Post marked as solved
7 Replies
I'm surprised that more than a week has gone by with no update for this. Hopefully someone will correct me, but I haven't seen any Big Sur or Xcode updates. Quite frustrating.
Post marked as solved
11 Replies
On beta4, I'm able to add a 'SidebarCommands()' entry to my scene commands. This adds a 'Toggle Sidebar' entry under the View menu on the Mac! @SceneBuilder var body: some Scene { 				WindowGroup { 					 ... <window views> ... 				} 				.commands { 						SidebarCommands() 				} }