Intro & Developer Workflow
by Parker · 9 things on Twos
- hg citc is create a "client in the cloud"
- hg fixdot will fix formatting
- Blaze is a tool used to build, run, and test targets defined in BUILD files
- If you add a new file, you need to tell the BUILD file about your file
- Sponge is storage for build and test outputs, such as test run time, failures, log files, etc.
- Tulsi: a tool to generate a Xcode project from BUILD files
- When you build in Xcode, it actually just runs blaze
- hg addremove . will add remove all files you have updated to get ready for commit
- Generate the project: generate_xcodeproj.sh --genconfig experimental/users/$USER/collections_v0/Collections.tulsiproj:default --outputfolder ~/Desktop