From 9031a7f19b89ce1180441b94a570e70145e18c8b Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Thu, 25 Jan 2018 11:41:00 -0800 Subject: [PATCH] Fix scheme targets documentation --- Docs/ProjectSpec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/ProjectSpec.md b/Docs/ProjectSpec.md index 8aadda6c..293d7a33 100644 --- a/Docs/ProjectSpec.md +++ b/Docs/ProjectSpec.md @@ -411,7 +411,7 @@ Schemes allows for more control than the convenience [Target Scheme](#target-sch - [ ] ***archive***: The archive action ### Build -- [x] **targets**: **String** or **[String]** - A map of target names to build and which build types they should be enabled for. The buildTypes can either be `all`, `none` or an array of the following types: +- [x] **targets**: **[String:String]** or **[String:[String]]** - A map of target names to build and which build types they should be enabled for. The build types can be `all`, `none`, or one or more of the following types: - `run` - `test` - `profile`