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: document .env setup for team ID, bundle ID, and bundle name

+14 -1
+14 -1
README.md
··· 16 16 17 17 ```bash 18 18 brew install xcodegen just xcbeautify swiftformat swiftlint 19 - xcodegen generate 19 + ``` 20 + 21 + Create a `.env` file in the repo root with your Apple team and bundle configuration: 22 + 23 + ``` 24 + APPLE_TEAM_ID=YOUR_TEAM_ID 25 + BUNDLE_ID=com.yourorg.grain 26 + BUNDLE_NAME=Grain 27 + ``` 28 + 29 + Then generate the Xcode project and open it: 30 + 31 + ```bash 32 + just generate 20 33 open Grain.xcodeproj 21 34 ``` 22 35