MobileNativeFoundation / rules_xcodeproj

Bazel rules for generating Xcode projects.
MIT License
502 stars 76 forks source link

Expand `SUPPORTED_PLATFORMS` for application extensions #3012

Closed brentleyjones closed 2 months ago

brentleyjones commented 2 months ago

Fixes #2979.

Xcode has a bug where if we don't include device platforms in app extension targets, then it will fail to install the hosting application.