This repository was archived by the owner on Feb 26, 2026. It is now read-only.
Commit 527101c
feat: introduce XcodeProjMapper to map XcodeProj to XcodeGraph (#87)
* [XcodeProjToGraph] add XcodeProjToGraph and tests
* lint files
* [ProjectDescriptionHelpers] add fixtures to resources
* [WorkspaceMapperTests] add unit tests
* [Integration Tests] remove
* [access modifiers] add missing access modifiers
* [swift tools version] 5.9
* Address code review feedback: refine mappers, clean up test data, and improve structure
* [XcodeProj] mainPBXProject extension
* refactor: add accidental public removal back
* feat: Strengthen error handling for unknown objects
* feat: Introduce PathDependencyMapper
* refactor: Remove ProjectParser & unify usage via XcodeGraphMapper
* chore: Bump XcodeProj version 8.26.0
* feat: Add command runner
* feat: MetadataProviders module
* feat: MetadataProvidersTests
* refactor: Test cleanup
* lint
* [Fixtures] add test fixtures for metadata module
* [Error] remove fatal error
* [Path] for unwrap proj and workspace path
* [Tuist] manifest update
* [Tests] fix tests
* [Lint] lint files
* [MockProvider] remove
* [metadata] integrate into mappers
* [Phases] fix access modifiers
* [Tests] fix flaky tests
* [Lint] lint files
* [Tuist] fix manifest
* [Doc] update readme
* [plis] remove dead code
* [Version] Update swift version to 5.10
* [Lint] lint errors
* Fix build on Linux
* Remove Project.swift
* Remove cache workflow
* Skip testing XcodeMetadataTests
* Update FileSystem
---------
Co-authored-by: fortmarek <marekfort@me.com>1 parent eb6a05e commit 527101c
181 files changed
Lines changed: 11145 additions & 226 deletions
File tree
- .github/workflows
- Sources
- XcodeGraph
- DependenciesGraph
- Graph
- Models
- XcodeMetadata
- Extensions
- Providers
- XcodeProjMapper
- Documentation.docc
- Extensions
- Mappers
- Graph
- Packages
- Phases
- Project
- Schemes
- Settings
- Targets
- Workspace
- Utilities
- Tests
- Fixtures
- MyFramework.xcframework
- ios-arm64/MyFramework.framework
- Headers
- Modules
- MyFramework.swiftmodule
- ios-x86_64-simulator/MyFramework.framework
- Headers
- Modules
- MyFramework.swiftmodule
- _CodeSignature
- MyFrameworkMissingArch.xcframework
- ios-arm64/MyFrameworkMissingArch.framework
- Headers
- Modules
- MyFramework.swiftmodule
- MyMergeableFramework.xcframework
- ios-arm64/MyMergeableFramework.framework
- Headers
- Modules
- MyMergeableFramework.swiftmodule
- ios-x86_64-simulator/MyMergeableFramework.framework
- Headers
- Modules
- MyMergeableFramework.swiftmodule
- _CodeSignature
- MyStaticLibrary.xcframework
- ios-arm64
- ios-x86_64-simulator
- xpm.framework.dSYM/Contents
- Resources/DWARF
- xpm.framework
- Headers
- Modules
- PrivateHeaders
- XcodeGraphTests
- Extensions
- Models
- XcodeMetadataTests
- XcodeProjMapperTests
- MapperTests
- Graph
- Package
- Phases
- Project
- Schemes
- Settings
- Target
- Workspace
- Mocks
- TestData
- Tuist/ProjectDescriptionHelpers
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 | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
51 | 55 | | |
| 56 | + | |
52 | 57 | | |
53 | 58 | | |
54 | 59 | | |
| |||
58 | 63 | | |
59 | 64 | | |
60 | 65 | | |
61 | | - | |
| 66 | + | |
62 | 67 | | |
63 | 68 | | |
64 | 69 | | |
| |||
85 | 90 | | |
86 | 91 | | |
87 | 92 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | 93 | | |
121 | 94 | | |
122 | 95 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments