MobileNativeFoundation / rules_xcodeproj

Bazel rules for generating Xcode projects.
MIT License
528 stars 86 forks source link

Add ExtensionKit support #3109

Closed congt closed 1 day ago

congt commented 1 week ago

ExtensionKit extensions uses EXAppExtensionAttributes in its Info.plist. extension_point_identifiers_parser.py didn't support that so that it fails to find the ExtensionKit extensions.

Also adds an ExtensionKit extension to the example iOSAPP.

congt commented 1 day ago

Friendly ping for check runs again. The merge was blocked because the branch was out of date with the base branch.