Skip to content

Commit c35b701

Browse files
Merge pull request #2328 from NativeScript/milanov/use-sandbox-pod
Use sandbox-pod for AppBuilder builds
2 parents 64b3768 + b572db5 commit c35b701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export class Configuration extends ConfigBase implements IConfiguration { // Use
88
TYPESCRIPT_COMPILER_OPTIONS = {};
99
USE_PROXY = false;
1010
ANDROID_DEBUG_UI: string = null;
11-
USE_POD_SANDBOX: boolean = false;
11+
USE_POD_SANDBOX: boolean = true;
1212
debugLivesync: boolean = false;
1313

1414
/*don't require logger and everything that has logger as dependency in config.js due to cyclic dependency*/

0 commit comments

Comments
 (0)