Apple Production
This is the operational checklist for taking the native Apple app family from the repo to Apple’s stores. The repo can prepare the Xcode project, metadata, and CI wiring; Apple Developer, App Store Connect, signing, TestFlight review, and production release still require account access on macOS.Local readiness
Run this from the repository root:apple:check verifies the native SwiftUI project structure, XcodeGen spec, device-family targets, privacy manifest, asset catalog, metadata seed, and native Apple GitHub workflow.
Xcode project
On macOS with Xcode and XcodeGen installed:apps/apple/project.yml is the source of truth.
Builds
On macOS:.github/workflows/apple-native.yml can build any one scheme manually on a macOS runner. Pushes to main only build the default native iOS scheme when repository variable APPLE_NATIVE_CI_ENABLED is set to true.
App Store Connect records
Seed product-page copy from:- macOS:
co.sapientic.everything.macos - watchOS:
co.sapientic.everything.watch - tvOS:
co.sapientic.everything.tvos - visionOS:
co.sapientic.everything.vision