Update ProjectSpec.md

This commit is contained in:
Yuta Saito
2019-09-16 11:14:10 +09:00
parent 6b2cd0a916
commit 758e807c61
+1
View File
@@ -687,6 +687,7 @@ The different actions share some properties:
- [ ] **disableMainThreadChecker**: **Bool** - `run` and `test` actions can define a boolean that indicates that this scheme should disable the Main Thread Checker. This defaults to false
- [ ] **language**: **String** - `run` and `test` actions can define a language that is used for Application Language
- [ ] **region**: **String** - `run` and `test` actions can define a language that is used for Application Region
- [ ] **debugEnabled**: **Bool** - `run` and `test` actions can define a whether debugger should be used.
### Execution Action