bazelbuild / tulsi

An Xcode Project Generator For Bazel
http://tulsi.bazel.build
Apache License 2.0
547 stars 123 forks source link

Add document for integrating Tulsi into project #354

Closed kkpattern closed 2 years ago

kkpattern commented 2 years ago

To achieve better hermetic build, users can integrate Tulsi into their project as an external dependency. Add document about how to do this in README.

The rendered result can be seen here.

Any feedback would be appreciated.

Closes #353

thii commented 2 years ago

The failure in head deps build was because of a recent change in rules_swift - fixing here https://github.com/bazelbuild/tulsi/pull/355