mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
Update ProjectSpec.md
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user