iOS client for Grain grain.social
ios photography atproto
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: update DEVELOPMENT.md with device build env var pattern and xcodeproj note

+11
+11
DEVELOPMENT.md
··· 36 36 37 37 Then re-run `just generate` before building. 38 38 39 + Pass your device UDID directly or via an env var: 40 + 41 + ```bash 42 + just device 00000000-0000000000000000 # explicit UDID 43 + just device $iphonemax # via shell env var 44 + ``` 45 + 46 + Find your device UDID with `xcrun devicectl list devices`. 47 + 39 48 ## Commands 40 49 41 50 ```bash ··· 48 57 just lint-fix # Fix lint violations 49 58 just release # Bump build, archive, upload to App Store Connect 50 59 ``` 60 + 61 + > **Note:** The Xcode project is generated from `project.yml` — run `just generate` after adding or removing Swift files, or after pulling changes that touch `project.yml`.