We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d5222 commit 6bd5645Copy full SHA for 6bd5645
source/IOSResolver/src/IOSResolver.cs
@@ -955,7 +955,7 @@ private static void SetEnablePollTargetSdk(bool enable) {
955
/// </summary>
956
public static bool PodToolExecutionViaShellEnabled {
957
get { return settings.GetBool(PREFERENCE_POD_TOOL_EXECUTION_VIA_SHELL_ENABLED,
958
- defaultValue: true); }
+ defaultValue: false); }
959
set { settings.SetBool(PREFERENCE_POD_TOOL_EXECUTION_VIA_SHELL_ENABLED, value); }
960
}
961
0 commit comments