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.

chore: add aps-environment entitlement, bump build 36

Add push notification entitlement to project.yml so xcodegen
includes it in generated entitlements file.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+3 -2
+1 -1
Grain/Grain.entitlements
··· 3 3 <plist version="1.0"> 4 4 <dict> 5 5 <key>aps-environment</key> 6 - <string>development</string> 6 + <string>production</string> 7 7 <key>com.apple.developer.associated-domains</key> 8 8 <array> 9 9 <string>applinks:grain.social</string>
+2 -1
project.yml
··· 31 31 entitlements: 32 32 path: Grain/Grain.entitlements 33 33 properties: 34 + aps-environment: production 34 35 com.apple.developer.associated-domains: 35 36 - applinks:grain.social 36 37 - webcredentials:grain.social ··· 39 40 INFOPLIST_FILE: Grain/Info.plist 40 41 PRODUCT_BUNDLE_IDENTIFIER: social.grain.grain 41 42 MARKETING_VERSION: "1.0.0" 42 - CURRENT_PROJECT_VERSION: "35" 43 + CURRENT_PROJECT_VERSION: "36" 43 44 dependencies: 44 45 - package: Nuke 45 46 product: Nuke