Question
Should we make it so that no Capabilities are requested in the Xcode project unless the user needs them?
When exporting to iOS, the default xcodeproj is requesting Camera, Microphone, and Photo Library. In my Godot | Project | Export | iOS section, I have disabled all of the capabilities (including Access Wi-Fi). So, I would export when I export my Xcode project that the Project | Signing & Capabilities | Capabilities section would be empty, but it is not.
I’m not opposed to either:
- Having to add the capabilities I need
- Having options in the Godot | Project | Export | iOS | Capabilities: Camera, Microphone, Photo Library
But as it is, it feels like the default template is misconfigured by default.