MobileNativeFoundation / rules_xcodeproj

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

Add support for argument lists in `swiftc_stub` #2907

Closed marcosgriselli closed 5 months ago

marcosgriselli commented 6 months ago

Xcode 15.3 Beta 2 introduced an argument list file for previews:

Fixed: Previews fail when Swift files require more than 4096 compiler arguments (92630764) (FB10004742)

This PR adds support for extracting the arguments from the argument list file while still supporting the legacy method:

image