From 758e807c612b68e5ba20512905abd864e235a2c5 Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Mon, 16 Sep 2019 11:14:10 +0900 Subject: [PATCH] Update ProjectSpec.md --- Docs/ProjectSpec.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Docs/ProjectSpec.md b/Docs/ProjectSpec.md index c87cf910..a2801e01 100644 --- a/Docs/ProjectSpec.md +++ b/Docs/ProjectSpec.md @@ -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