Skip to content

Commit 7d3e7f6

Browse files
committed
Update README.md
1 parent be4b8c1 commit 7d3e7f6

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,14 @@ We support the following types: `Object`, `Array`, `Data`, `String`. Notably, we
283283
- [ ] Create robust xcode projects from scratch.
284284
- [ ] Skills.
285285
- [ ] Import from other tools.
286+
- [ ] **XCConfig** Parsing: `.xcconfig` file parsing with `#include` support and build settings flattening.
287+
- [ ] **XCSharedData**: Shared project data directory (schemes, breakpoints, workspace settings).
288+
- [ ] **XCSchemeManagement**: Scheme ordering, visibility, and management plist. Controls which schemes appear and in what order in Xcode.
289+
- [ ] **XCUserData**: User-specific data (breakpoints, UI state). Useful for tooling that manages user preferences.
290+
- [ ] **WorkspaceSettings**: (`xcshareddata/WorkspaceSettings.xcsettings`) Derived data location, build system version, auto-create schemes setting.
291+
- [ ] **XCBreakpointList**: (`xcshareddata/xcdebugger/Breakpoints_v2.xcbkptlist`) Shared debugger breakpoints (file, symbolic, exception breakpoints)
292+
- [ ] **XCUserData**: (`xcuserdata/<user>.xcuserdatad/`) Per-user schemes, breakpoints, UI state.
293+
- [ ] **IDEWorkspaceChecks**: (`xcshareddata/IDEWorkspaceChecks.plist`) "Trust this project" flag that suppresses Xcode warning.
286294

287295
# Docs
288296

0 commit comments

Comments
 (0)