Releases: bazel-xcode/PodToBUILD
Releases · bazel-xcode/PodToBUILD
PodToBUILD 0.25.2-fa7a088
Fix for acknowledgements plist functionality
PodToBUILD 0.25.2-eba87e1
Fix temp file issue (#98)
PodToBUILD 0.25.2-4079ca6
Treat download links as non-file URLs (#89) This allows the file-type determination to correctly ignore the fragment (part after the `#`) in the URL, plus it's more correct, since the URL *isn't* a file path.
PodToBUILD 0.25.2-fc71a0b
Update Quickstart instructions for 0.22.0-ee8466e
PodToBUILD - 0.22.0-ee8466e
Highlights
- Tested with Bazel 0.22.0
- Updates for rules_apple 0.13.0 (0.14.0 coming soon)
- Preliminary support for mixed swift / objective-c libraries
- Support for prebuilt binary releases
- Bazel repository rules as an alternative to Pods.WORKSPACE / Vendoring dependencies
Changes
ee8466e Updates for rules_apple resource rules (#68)
fe2b724 Build for release before archiving for Github Releases (#73)
7524dd2 The gen_includes
target should be prepended with :
for consistency
66168db Fix various compatibility issues with latest Bazel, rules_swift, and rules_apple (#65)
b0b6321 Fix new incompatible changes in rules_apple and rules_swift (#63)
e85fb22 shellcontext: fix wrong env path (#64)
77e2d25 Speedup builds with bazel remote disk caching (#62)
f109dd1 Docs for bazel run, FAQ, repository_rule, installs (#61)
781cb9f Binary release of PodToBUILD / Bazel run support (#60)
PodToBUILD 0.18.0-95fd009
iOS repository_rule example / reorg examples (#59) 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: - due to building of `RepoTools` the rule isn't 100% useable yet - support `vendorizing` deps where `rules_pods` is in the `WORKSPACE` Additionally: make CI improvements and fixes - Run tests sequentially - Replace mktemp, add error handling