openclaw/apps/ios
Peter Steinberger 66b05163e3 fix(ios): ensure app icon asset catalog 2025-12-14 01:50:51 +00:00
..
Sources fix(ios): use mac icon + avoid voice wake crash 2025-12-14 01:09: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).