To continue the previous part of this series, this part I’ll talk about how to config a sample iOS project using Bazel. 1. Installation To install Bazel on macOS, too simple. You can go to this link https://docs.bazel.build/versions/main/install-os-x.html. To simplest, I will use brew to install bazel. After install success, you can verify by running […]
Month: July 2021
Migrating iOS Project to Bazel – Part 1
Today, I will write about a new subject. It is a build system used in too many big tech companies. The series contains many articles, follow that if you interest. The first part focus on intro Bazel, history, and the difference with Xcode build system. 1. What is Bazel Bazel is an open-source of Google […]