Update ProjectSpec.md

This commit is contained in:
Yonas Kolb
2017-12-26 23:50:31 +08:00
committed by GitHub
parent da5993d07e
commit 77976103bb
+2 -2
View File
@@ -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