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.

at main 9 lines 381 B view raw
1# Copy this file to .env and fill in your values 2# .env is gitignored and never committed 3 4# Apple Developer Team ID (find at developer.apple.com → Account → Membership) 5APPLE_TEAM_ID=XXXXXXXXXX 6# Bundle identifier — defaults to social.grain.grain if unset 7BUNDLE_ID=social.grain.grain 8# Simulator UDID to target with `just sim` 9SIM_UDID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX