commit | bf4cefe62a74bafcbce1d68302cb7f8d177a5e43 | [log] [tgz] |
---|---|---|
author | ivanhernandez <ivanhernandez@google.com> | Wed Jun 26 15:47:42 2019 +0000 |
committer | Ivan Hernandez <ivanhernandez@google.com> | Wed Jun 26 18:10:41 2019 +0000 |
tree | 9fc6eead8c5493d107afdcfdaa9986ea2836c9aa | |
parent | 737969123282f2e401e35a8219be38e010f301f5 [diff] |
Scope the lockfile to workspace to allow simultaneous builds from different workspaces. PiperOrigin-RevId: 255196553
build_and_run.sh
. This will install Tulsi.app inside ~/Applications.Tulsi-generated Xcode projects use Bazel to build, not Xcode via xcbuild. This means that many common components of an Xcode project are handled differently than you may be used to. Notable differences:
bazel
invocations, some of which may affect Bazel caching. In order to maximize cache re-use when building from the command line, try using the user_build.py
script which is located in the generated xcodeproj at <xcodeproj>/.tulsi/Scripts/user_build.py
.Tulsi projects contain a few settings which control various behaviors during project generation and builds.
build
flags, customizable per compilation mode (dbg
and opt
)build
startup flags, also customizable per compilation modedbg
or opt
, no fastbuild
) used during project generation.dbg
, swap to opt
if you normally build Release builds in Xcode (i.e. profiling your app). Setting this improperly shouldn't break your project although it may potentially worsen generation and build performance.No
, swap to Yes
if your project contains Swift (even in its dependencies). Setting this improperly shouldn't break your project although it may potentially worsen generation and build performance.