MobileNativeFoundation / rules_xcodeproj

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

Roll incremental generation mode `resources` into `extra_files` #2916

Closed brentleyjones closed 6 months ago

brentleyjones commented 6 months ago

With incremental generation we only support BwB mode, so there doesn’t need to be a distinction between resources and extra files. In a follow-up change I’ll do a similar thing for resource_folders (by making a new extra_folders attribute). This reduces the number of arguments sent to pbxnativetargets, since only srcs and non_arc_srcs were actually read there.