MobileNativeFoundation / rules_xcodeproj

Bazel rules for generating Xcode projects.
MIT License
514 stars 81 forks source link

Feature Request: Make `extension_host` in `xcschemes` API optional #2937

Open brentleyjones opened 5 months ago

brentleyjones commented 5 months ago

Most projects don't embed the same app extension in multiple apps. We should make extension_host optional, and only when it's ambiguous throw an error or possibly make a deterministic default choice (possibly with a warning).