openclaw/apps/ios
2025-12-29 23:21:05 +01:00
..
fastlane chore(ios): auto team id fallback 2025-12-26 18:19:48 +01:00
Sources feat: add talk mode across nodes 2025-12-29 23:21:05 +01:00
Tests fix: refresh bridge tokens and enrich node settings 2025-12-29 22:11:12 +01:00
.swiftlint.yml feat(ios): add ClawdisNode app scaffold 2025-12-12 21:19:39 +00:00
project.yml chore: set ios signing team for device builds 2025-12-29 17:38:21 +01:00
README.md fix(ios): make fastlane beta lane work 2025-12-14 02:35:59 +00:00
SwiftSources.input.xcfilelist feat: share wake gate via SwabbleKit 2025-12-23 01:31:59 +01:00

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.