I'm writing a card game app for iPad and want to bring it to the Mac using Catalyst. The game is not one where supporting multiple windows makes a lot of sense. However, there is a statistics screen that I show in a modal form sheet on iPad, which I would rather open in a new window on Catalyst. That's the only scenario where I would want to add a new window.
Is there a way for me to support multi-window apps, but only on the Catalyst version of the app? If I check the "Supports multiple windows" checkbox in the app target settings in Xcode, then the user is suddenly granted the option to open more windows on the iPad app from App Expose, which isn't the functionality I'm looking for.
