To generate the XCode project for this:
- install XCodeGen → if you have homebrew,
brew install xcodegen
- run
xcodegen
at the project root with no arguments
- Ensure version is bumped in
project.yml
in the formatx.y.z
- Push a tag in the format
x.y.z
(same version used onproject.yml
).