mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-07 11:32:54 +00:00
Make the iOS app a universal iPhone+iPad app by targeting device family 1,2 in the XcodeGen source of truth. Update iOS docs and App Store metadata so user-facing copy no longer describes the app as iPhone-only. Verification: - git diff --check - cd apps/ios && xcodegen generate - xcodebuild -project apps/ios/OpenClaw.xcodeproj -scheme OpenClaw -configuration Debug -destination 'platform=iOS Simulator,id=410B81D3-784E-4A01-B69C-490B79EAFCEA' CODE_SIGNING_ALLOWED=NO build - GitHub CI: Real behavior proof, macos-swift, macos-node, check-docs, preflight, security-fast, actionlint, no-tabs, dependency-guard, OpenGrep Thanks @EmpX2025.
App Store metadata (Fastlane deliver)
This directory is used by fastlane deliver for App Store Connect text metadata.
Upload metadata only
cd apps/ios
ASC_APP_ID=YOUR_APP_STORE_CONNECT_APP_ID \
DELIVER_METADATA=1 fastlane ios metadata
Optional: include screenshots
cd apps/ios
DELIVER_METADATA=1 DELIVER_SCREENSHOTS=1 fastlane ios metadata
Auth
The ios metadata lane uses App Store Connect API key auth from apps/ios/fastlane/.env:
- Keychain-backed (recommended on macOS):
ASC_KEY_IDASC_ISSUER_IDASC_KEYCHAIN_SERVICE(default:openclaw-asc-key)ASC_KEYCHAIN_ACCOUNT(default: current user)
- File/path fallback:
ASC_KEY_IDASC_ISSUER_IDASC_KEY_PATH
Or set APP_STORE_CONNECT_API_KEY_PATH.
Notes
- Locale files live under
metadata/en-US/. release_notes.txtis generated fromapps/ios/CHANGELOG.md; after changelog updates, runpnpm ios:version:sync.- Release notes resolve from
## <pinned iOS version>first, then fall back to## Unreleasedwhile a TestFlight train is still in progress. - When starting a new production release train, pin the iOS version first with
pnpm ios:version:pin -- --from-gateway. privacy_url.txtis set tohttps://openclaw.ai/privacy.- If app lookup fails in
deliver, set one of:ASC_APP_IDENTIFIER(bundle ID)ASC_APP_ID(numeric App Store Connect app ID, e.g. from/apps/<id>/...URL)
- For first app versions, include review contact files under
metadata/review_information/:first_name.txtlast_name.txtemail_address.txtphone_number.txt(E.164-ish, e.g.+1 415 555 0100)