Once installed, clang-format can be run on only the lines that have been changed by a given range of commits like so:
# Format changes from develop to HEAD
git clang-format develop
Running this command will change files locally. You must then commit the changes and push them to your PR.
* WIP
* WIP
* Simplified build script and fixed it to build all schemes.
* WIP
* Renamed script to build_all and added better output.
* Add scripts/list_xcode_workspaces.
* Filtered out the CocoaPods schemes.
* Added Xcode workspace helpers.
Switched build_all to a whitelist approach instead of a blacklist.
* Moved install scripts into their own dir.