Commit 18fc675
committed
feat: Add Weather example and workspace filesystem cleanup
Add a Weather example project that exercises a richer SwiftUI app surface for
XcodeBuildMCP workflows.
Centralize workspace-scoped filesystem cleanup so log retention, daemon files,
and simulator OSLog helpers are managed through multi-process-safe paths and
locks. This keeps active workspace artifacts protected while pruning stale
XcodeBuildMCP-owned files consistently.1 parent b390867 commit 18fc675
193 files changed
Lines changed: 7984 additions & 558 deletions
File tree
- example_projects/Weather
- .xcodebuildmcp
- Weather.xcodeproj
- WeatherTests
- WeatherUITests
- Weather
- Assets.xcassets
- AccentColor.colorset
- AppIcon.appiconset
- Models
- Services
- Views
- Backgrounds
- Chrome
- Overlays
- Sections
- docs/designs
- src
- cli
- daemon
- __tests__
- mcp/tools/simulator/__tests__
- runtime
- __tests__
- server
- __tests__
- snapshot-tests
- __fixtures__
- cli
- coverage
- device
- macos
- simulator
- swift-package
- json
- coverage
- device
- macos
- simulator
- mcp
- coverage
- device
- macos
- simulator
- swift-package
- test-utils
- utils
- __tests__
- log-capture
- renderers/__tests__
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
83 | 92 | | |
84 | 93 | | |
85 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
24 | 33 | | |
25 | 34 | | |
26 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments