Skip to content

Commit

Permalink
Update generators/README.md
Browse files Browse the repository at this point in the history
Reflecting the changing landscape of the partial generators.

Signed-off-by: Brentley Jones <[email protected]>
  • Loading branch information
brentleyjones committed Jun 23, 2023
1 parent 7081e5b commit e08d600
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions tools/generators/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,14 @@ information.
- The start of the `PBXProject` element
- Contains all `PBXProject` properties except for
`attributes.TargetAttributes`, `targets`, and `knownRegions`
- `pbxproject_target_attributes`:
- The `PBXProject.attributes.TargetAttributes` property
- `pbxproject_known_regions`:
- The `PBXProject.knownRegions` property
- `pbxproject_targets`:
- The `PBXProject.targets` property
- Closes the `PBXProject` element
- `target_dependencies`:
- `PBXTargetDependency`s
- `PBXContainerItemProxy`s
- Creates four+ files:
- A partial containing the `PBXProject.attributes.TargetAttributes` property
- A partial containing:
- The `PBXProject.targets` property
- Closes the `PBXProject` element
- A partial containing the `PBXTargetDependency` and `PBXContainerItemProxy` elements
- A set of files, each detailing how a set of configured targets are consolidated together
- `pbxnativetargets`:
- Run once on each shard of all the targets
- All of the `PBXNativeTarget` related elements:
Expand All @@ -59,9 +57,14 @@ information.
- and various build phases
- Creates automatic `.xcscheme`s
- `files_and_groups`:
- `PBXFileReference`s
- `PBXGroup`s
- Closes the `PBXProj` element
- Creates three files:
- A partial containing the `PBXProject.knownRegions` property
- A partial containing:
- `PBXFileReference`s
- `PBXGroup`s
- `PBXBuildFile`s
- Closes the `PBXProj` element
- A file containing a string for the `RESOLVED_REPOSITORIES` build setting

## Xcode schemes

Expand Down

0 comments on commit e08d600

Please sign in to comment.