openclaw/apps/ios
Hongwei Ma d79ed65be0 feat: QR code scanning for gateway onboarding
iOS:
- QR scanner view using DataScannerViewController
- Photo library QR detection via CIDetector for saved QR images
- Deep link parser for openclaw://gateway URLs and base64url setup codes
- Onboarding wizard: full-screen welcome with "Scan QR Code" button,
  auto-connect on scan, back navigation, step indicators for manual flow

Backend:
- Add /pair qr action to device-pair extension for QR code generation
- TUI/WebUI differentiation: ASCII QR for TUI, markdown image for WebUI
- Telegram: send QR as media attachment via sendMessageTelegram
- Add data URI support to loadWebMedia for generic base64 media handling
- Export renderQrPngBase64 from plugin SDK for extension use

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 21:48:03 +08:00
..
Sources feat: QR code scanning for gateway onboarding 2026-02-14 21:48:03 +08:00
Tests feat(ios): add guided onboarding flow 2026-02-12 13:23:59 +05:30
fastlane refactor: rename to openclaw 2026-01-30 03:16:21 +01:00
.swiftlint.yml feat: add prek pre-commit hooks and dependabot (#1720) 2026-01-25 10:53:23 +00:00
README.md refactor: rename to openclaw 2026-01-30 03:16:21 +01:00
SwiftSources.input.xcfilelist Revert "iOS: wire node services and tests" 2026-02-02 17:36:49 +00:00
project.yml chore(release): bump version to 2026.2.6 2026-02-06 15:37:31 -08:00

README.md

OpenClaw (iOS)

Internal-only SwiftUI app scaffold.

Lint/format (required)

brew install swiftformat swiftlint

Generate the Xcode project

cd apps/ios
xcodegen generate
open OpenClaw.xcodeproj

Shared packages

  • ../shared/OpenClawKit — shared types/constants used by iOS (and later macOS bridge + gateway routing).

fastlane

brew install fastlane

cd apps/ios
fastlane lanes

See apps/ios/fastlane/SETUP.md for App Store Connect auth + upload lanes.