openclaw/apps/ios
Peter Steinberger dbd3865e3b test(ios): cover settings host/port parsing 2025-12-14 02:47:07 +00:00
..
Sources test(ios): cover settings host/port parsing 2025-12-14 02:47:07 +00:00
Tests test(ios): cover settings host/port parsing 2025-12-14 02:47:07 +00:00
fastlane fix(ios): make fastlane beta lane work 2025-12-14 02:35:59 +00:00
.swiftlint.yml feat(ios): add ClawdisNode app scaffold 2025-12-12 21:19:39 +00:00
README.md fix(ios): make fastlane beta lane work 2025-12-14 02:35:59 +00:00
project.yml test(ios): share scheme and add deep link tests 2025-12-14 02:17:44 +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).

fastlane

brew install fastlane

cd apps/ios
fastlane lanes

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