openclaw/apps/ios
Peter Steinberger e2451484d9 feat(ios): unify manual bridge config and auto-reconnect 2025-12-14 01:55:40 +00:00
..
Sources feat(ios): unify manual bridge config and auto-reconnect 2025-12-14 01:55:40 +00:00
.swiftlint.yml feat(ios): add ClawdisNode app scaffold 2025-12-12 21:19:39 +00:00
README.md chore(ios): rename app to Clawdis 2025-12-13 13:11:31 +00:00
project.yml fix(ios): ensure app icon asset catalog 2025-12-14 01:50:51 +00:00

README.md

Clawdis (iOS)

Internal-only SwiftUI app scaffold.

Lint/format (required)

brew install swiftformat swiftlint

Generate the Xcode project

cd apps/ios
xcodegen generate
open Clawdis.xcodeproj

Shared packages

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