mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-03 14:54:05 +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.