You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docs/ProjectSpec.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
-[Aggregate Target](#aggregate-target)
24
24
-[Target Template](#target-template)
25
25
-[Scheme](#scheme)
26
-
-[Scheme Template](#scheme-template)
26
+
-[Scheme Template](#scheme-template)
27
27
-[Swift Package](#swift-package)
28
28
29
29
## General
@@ -879,7 +879,7 @@ schemes:
879
879
revealArchiveInOrganizer: false
880
880
```
881
881
882
-
### Scheme Template
882
+
## Scheme Template
883
883
884
884
This is a template that can be referenced from a normal scheme using the `templates` property. The properties of this template are the same as a [Scheme](#scheme). This functions identically in practice to [Target Template](#target-template).
885
885
Any instances of `${scheme_name}` within each template will be replaced by the final scheme name which references the template.
0 commit comments