openclaw/apps/ios
Peter Steinberger cf903be4a7 fix: avoid duplicate gateway reconnecting pill 2025-12-30 14:37:59 +01:00
..
Sources fix: avoid duplicate gateway reconnecting pill 2025-12-30 14:37:59 +01:00
Tests chore: sync local changes 2025-12-30 12:53:17 +01:00
fastlane
.swiftlint.yml
README.md
SwiftSources.input.xcfilelist
project.yml

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.