bazel-xcode / PodToBUILD

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

Remove workaround for build test issue #132

Closed jerrymarino closed 4 years ago

jerrymarino commented 4 years ago

The build tests were missing override_repository, which required a hack. Instead, override the repository directly.

Additionally, it adds a command to gen_workspace for testing purposes