bazel-xcode / PodToBUILD

An easy way to integrate CocoaPods into Bazel
Apache License 2.0
322 stars 69 forks source link

XcodeToBUILD #165

Open jerrymarino opened 4 years ago

jerrymarino commented 4 years ago

This PR implements the ability to pull any old Xcode project into Bazel. It simply reads the Xcode project and then generates a BUILD file from the Xcode project.

jparise commented 3 years ago

@jerrymarino This seems interesting but probably out-of-scope for this project?