bazel-ios / rules_ios

Bazel rules for building iOS applications and frameworks
Apache License 2.0
276 stars 84 forks source link

Remove redundant modulemap in `swiftc_inputs` #881

Closed luispadron closed 1 month ago

luispadron commented 1 month ago

In #879 we added the extended modulemap to the swiftc_inputs below this line. This PR removes the non extended modulemap from being added as an input as we only need the extended version.