We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b38ee5 commit e5c84f0Copy full SHA for e5c84f0
CLAUDE.md
@@ -43,7 +43,7 @@ swift run BuildTool lint --fix # Auto-fix where possible
43
**Other BuildTool commands:**
44
45
- `swift run BuildTool build-library` - Build the library
46
-- `swift run BuildTool build-example-app` - Build example app
+- `swift run BuildTool build-example-app --platform <platform>` - Build example app (platform: iOS, macOS, or tvOS)
47
- `swift run BuildTool spec-coverage` - Generate spec coverage report
48
- `swift run BuildTool build-documentation` - Build docs
49
- `swift run BuildTool generate-code-coverage` - Generate code coverage
0 commit comments