Add App Store screenshot harness + listing metadata
DEBUG-only screenshot support (seeded sample data via ScreenshotSeed, per-screen launch args, screenshot roots for both apps) so iPhone + Apple Watch App Store shots can be captured deterministically from the simulator — all excluded from release builds. Also seed ExerciseView's set-grid progress in init so it renders correctly on the first frame. Adds Scripts/metadata/ as the listing source of truth (copy, URLs, review notes, and the captured screenshots). Claude-Session: https://claude.ai/code/session_018gg69MaUetDNzWzBXisfMV
This commit is contained in:
@@ -20,6 +20,9 @@ final class AppServices {
|
||||
self.container = container
|
||||
self.syncEngine = SyncEngine(container: container)
|
||||
self.watchBridge = PhoneConnectivityBridge(container: container, syncEngine: syncEngine)
|
||||
#if DEBUG
|
||||
if ScreenshotSeed.isActive { ScreenshotSeed.populate(container.mainContext) }
|
||||
#endif
|
||||
}
|
||||
|
||||
/// Launch step: resolve iCloud and reconcile the cache. Idempotent — repeated
|
||||
|
||||
Reference in New Issue
Block a user