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.

fix: rename Captions tab to Alt Text and fix accent color in release builds

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

+2 -1
+1 -1
Grain/Views/Create/GalleryEditor.swift
··· 272 272 switch self { 273 273 case .preview: "Preview" 274 274 case .reorder: "Reorder" 275 - case .captions: "Captions" 275 + case .captions: "Alt Text" 276 276 } 277 277 } 278 278 }
+1
project.yml
··· 48 48 CURRENT_PROJECT_VERSION: "52" 49 49 CODE_SIGN_STYLE: Automatic 50 50 DEVELOPMENT_ASSET_PATHS: "\"$(SRCROOT)/Grain/Preview Content\"" 51 + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor 51 52 configs: 52 53 Debug: 53 54 CODE_SIGN_ENTITLEMENTS: Grain/Grain-Debug.entitlements