App Store
Signing
Section titled “Signing”ios/project.yml uses automatic signing. Set:
DEVELOPMENT_TEAM
Or override in Xcode per target/configuration.
Compliance scan (Greenlight)
Section titled “Compliance scan (Greenlight)”LaunchSwift includes a wrapper script:
./scripts/greenlight-scan.sh iosIt writes reports to:
.artifacts/greenlight/greenlight.md.artifacts/greenlight/greenlight.txt
Preflight checks
Section titled “Preflight checks”Run local checks before archiving:
./scripts/ci-local.shxcodebuild test -project ios/SwiftLaunch.xcodeproj -scheme SwiftLaunch -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 17 Pro'TestFlight
Section titled “TestFlight”Typical release flow:
- Build and archive in Xcode (
SwiftLaunchscheme) - Upload from Organizer to App Store Connect
- Distribute via TestFlight