Mariano Belinky 4ab814fd50 Revert "iOS: wire node services and tests"
This reverts commit 7b0a0f3dace575c33dafb61d4a13cdef4dd0d64e.
2026-02-02 17:36:49 +00:00
..
2026-01-30 03:16:21 +01:00
2026-02-02 08:51:54 +00:00
2026-01-30 03:16:21 +01:00

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.