Skip to content

Commit a8a2c20

Browse files
authored
Update ProjectSpec.md
1 parent 19a5428 commit a8a2c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docs/ProjectSpec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You can also use environment variables in your configuration file, by using `${S
4747
- [ ] **targets**: **[String: [Target](#target)]** - The list of targets in the project mapped by name
4848
- [ ] **fileGroups**: **[String]** - A list of paths to add to the root of the project. These aren't files that will be included in your targets, but that you'd like to include in the project hierarchy anyway. For example a folder of xcconfig files that aren't already added by any target sources, or a Readme file.
4949
- [ ] **schemes**: **[Scheme](#scheme)** - A list of schemes by name. This allows more control over what is found in [Target Scheme](#target-scheme)
50-
[ ] **schemeTemplates**: **[String: [Scheme Template](#scheme-template)]** - a list of schemes that can be used as templates for actual schems which reference them via a `template` property. They can be used to extract common scheme settings. Works great in combination with `include`.
50+
- [ ] **schemeTemplates**: **[String: [Scheme Template](#scheme-template)]** - a list of schemes that can be used as templates for actual schems which reference them via a `template` property. They can be used to extract common scheme settings. Works great in combination with `include`.
5151
- [ ] **targetTemplates**: **[String: [Target Template](#target-template)]** - a list of targets that can be used as templates for actual targets which reference them via a `template` property. They can be used to extract common target settings. Works great in combination with `include`.
5252
- [ ] **packages**: **[String: [Swift Package](#swift-package)]** - a map of Swift packages by name.
5353
- [ ] **projectReferences**: **[String: [Project Reference](#project-reference)]** - a map of project references by name

0 commit comments

Comments
 (0)