MobileNativeFoundation / rules_xcodeproj

Bazel rules for generating Xcode projects.
MIT License
505 stars 77 forks source link

Use adjusted `Info.plist` for `extension_infoplists` in incremental generation mode #2966

Closed brentleyjones closed 3 months ago

brentleyjones commented 3 months ago
  1. Removes a use of XcodeProjAutomaticTargetProcessingInfo.infoplists
  2. Uses the merged version, which can work around issues when people list multiple files in `infoplists
  3. Pre-creates some Info.plist files, so the scheme icon and editor starts working sooner