mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
fix spelling mistake
This commit is contained in:
+3
-3
@@ -413,9 +413,9 @@ Schemes allows for more control than the convenience [Target Scheme](#target-sch
|
||||
### 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 wil be used, according to the following:
|
||||
- run, test, analyze: `debug`
|
||||
- profile, archive: `release`
|
||||
- [ ] **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
|
||||
|
||||
### Test Action
|
||||
|
||||
Reference in New Issue
Block a user