Skip to content

Commit 6bd5645

Browse files
AlmostMattchkuang-g
authored andcommitted
Change the default value for PodToolExecutionViaShellEnabled from true to false. This allows environment variables to be set by EDM4U
1 parent 20d5222 commit 6bd5645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/IOSResolver/src/IOSResolver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ private static void SetEnablePollTargetSdk(bool enable) {
955955
/// </summary>
956956
public static bool PodToolExecutionViaShellEnabled {
957957
get { return settings.GetBool(PREFERENCE_POD_TOOL_EXECUTION_VIA_SHELL_ENABLED,
958-
defaultValue: true); }
958+
defaultValue: false); }
959959
set { settings.SetBool(PREFERENCE_POD_TOOL_EXECUTION_VIA_SHELL_ENABLED, value); }
960960
}
961961

0 commit comments

Comments
 (0)