feat(ios): add fastlane setup

This commit is contained in:
Peter Steinberger
2025-12-14 02:10:31 +00:00
parent 64b5eb8279
commit a1d16c61ec
6 changed files with 114 additions and 0 deletions

View File

@@ -16,3 +16,13 @@ open Clawdis.xcodeproj
## Shared packages
- `../shared/ClawdisKit` — shared types/constants used by iOS (and later macOS bridge + gateway routing).
## fastlane
```bash
brew install fastlane
cd apps/ios
fastlane lanes
```
See `apps/ios/fastlane/README.md` for App Store Connect auth + upload lanes.