bazel-xcode / PodToBUILD

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

iOS repository_rule example / reorg examples #59

Closed jerrymarino closed 5 years ago

jerrymarino commented 6 years ago

This PR adds an iOS application example using the repository_rule

This PR both makes it easier to iterate on examples, and define what is built in an example with Bazel - just edit Examples/*/BUILD to include the targets.

Previously, examples were hidden in the BuildTests directory, and undiscoverable. Additionally, BuildTests did some interesting things, which made it hard to manually develop and iterate on Examples.

BuildTests is now a very lightweight wrapper around make/bazel

Future work: