···16161717```bash
1818brew install xcodegen just xcbeautify swiftformat swiftlint
1919-xcodegen generate
1919+```
2020+2121+Create a `.env` file in the repo root with your Apple team and bundle configuration:
2222+2323+```
2424+APPLE_TEAM_ID=YOUR_TEAM_ID
2525+BUNDLE_ID=com.yourorg.grain
2626+BUNDLE_NAME=Grain
2727+```
2828+2929+Then generate the Xcode project and open it:
3030+3131+```bash
3232+just generate
2033open Grain.xcodeproj
2134```
2235