diff --git a/Docs/ProjectSpec.md b/Docs/ProjectSpec.md index e3547e03..088b3ce8 100644 --- a/Docs/ProjectSpec.md +++ b/Docs/ProjectSpec.md @@ -25,8 +25,8 @@ Required properties are marked with checkbox. Some of the YAML examples don't sh ## Project -- [x] ***name***: **String** - Name of the generated project -- [ ] ***include***: **[Include](#include)** - One or more paths to other specs +- [x] **name**: **String** - Name of the generated project +- [ ] **include**: **[Include](#include)** - One or more paths to other specs - [ ] **options**: **[Options](#options)** - Various options to override default behaviour - [ ] **attributes**: **[String: Any]** - The PBXProject attributes. This is for advanced use. This defaults to ``{"LastUpgradeCheck": "XcodeVersion"}`` with `xcodeVersion` being set by [Options](#options)`.xcodeVersion` - [ ] **configs**: **[Configs](#configs)** - Project build configurations. Defaults to `Debug` and `Release` configs