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.

Update project.yml

+23
+23
project.yml
··· 83 83 GENERATE_INFOPLIST_FILE: YES 84 84 dependencies: 85 85 - target: Grain 86 + 87 + schemes: 88 + Grain: 89 + build: 90 + targets: 91 + Grain: 92 + - running 93 + - testing 94 + - profiling 95 + - analyzing 96 + - archiving 97 + run: 98 + config: Debug 99 + test: 100 + config: Debug 101 + targets: 102 + - GrainTests 103 + profile: 104 + config: Release 105 + analyze: 106 + config: Debug 107 + archive: 108 + config: Release