openclaw/apps/ios
Peter Steinberger a1d16c61ec feat(ios): add fastlane setup 2025-12-14 02:10:31 +00:00
..
Sources fix(ios): set CFBundleIconName 2025-12-14 02:05:44 +00:00
Tests test(ios): add unit test target 2025-12-14 02:05:50 +00:00
fastlane feat(ios): add fastlane setup 2025-12-14 02:10:31 +00:00
.swiftlint.yml feat(ios): add ClawdisNode app scaffold 2025-12-12 21:19:39 +00:00
README.md feat(ios): add fastlane setup 2025-12-14 02:10:31 +00:00
project.yml test(ios): add unit test target 2025-12-14 02:05:50 +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/README.md for App Store Connect auth + upload lanes.