diff --git a/Docs/ProjectSpec.md b/Docs/ProjectSpec.md index 9ffee4a4..5d95af08 100644 --- a/Docs/ProjectSpec.md +++ b/Docs/ProjectSpec.md @@ -427,7 +427,7 @@ targets: ### Common Build Action options The different actions share some properties: -- [ ] **config**: **String** - All build actions can be set to use a certain config. If this is not set the first configuration found of a certain type will be used, depending on the type: +- [x] **config**: **String** - All build actions can be set to use a certain config. If this is not set the first configuration found of a certain type will be used, depending on the type: - `debug`: run, test, analyze - `release`: profile, archive - [ ] **commandLineArguments**: **[String:Bool]** - `run`, `test` and `profile` actions have a map of command line arguments to whether they are enabled