Skip to content

0.7.0

Compare
Choose a tag to compare
@sergiocampama sergiocampama released this 15 Aug 16:24
· 2173 commits to master since this release

NOTE: This release is compatible only with bazel 0.16.1 and above.

  • Wrapper scripts used to invoke tools using xcrun have been refactored into an xctoolrunner.py script.
  • ibtool scripts now filter harmless warning errors to avoid log clutter.
  • tvos_application now directly calls bazel's linking API from Skylark.
  • ios_framework now supports a bundle_name to rename the .framework bundle.
  • Adds support for a new resource deduplication logic between ios_application and ios_framework targets. Can be enabled with --define=apple.experimental.smart_dedupe=1. Will become the default in a future release.
  • General code cleanup.