The example how to use bazel build system for modular iOS Application
Clean Bazel Build
bazel clean
Build
bazel build :NewsApplication
Run on Simulator
bazel run :NewsApplication
Generate Xcode Project
Open NewsAppProject with tulsi -> Configs Tab -> Generate