File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ public class IOSResolverSettingsDialog : EditorWindow
30
30
/// Loads / saves settings for this dialog.
31
31
/// </summary>
32
32
private class Settings {
33
- internal bool cocoapodsInstallEnabled ;
34
33
internal bool podfileGenerationEnabled ;
35
34
internal bool podToolExecutionViaShellEnabled ;
36
35
internal bool autoPodToolInstallInEditorEnabled ;
@@ -42,7 +41,6 @@ private class Settings {
42
41
/// Load settings into the dialog.
43
42
/// </summary>
44
43
internal Settings ( ) {
45
- cocoapodsInstallEnabled = IOSResolver . CocoapodsInstallEnabled ;
46
44
podfileGenerationEnabled = IOSResolver . PodfileGenerationEnabled ;
47
45
podToolExecutionViaShellEnabled = IOSResolver . PodToolExecutionViaShellEnabled ;
48
46
autoPodToolInstallInEditorEnabled = IOSResolver . AutoPodToolInstallInEditorEnabled ;
@@ -57,7 +55,6 @@ internal Settings() {
57
55
/// </summary>
58
56
internal void Save ( ) {
59
57
IOSResolver . PodfileGenerationEnabled = podfileGenerationEnabled ;
60
- IOSResolver . CocoapodsInstallEnabled = cocoapodsInstallEnabled ;
61
58
IOSResolver . PodToolExecutionViaShellEnabled = podToolExecutionViaShellEnabled ;
62
59
IOSResolver . AutoPodToolInstallInEditorEnabled = autoPodToolInstallInEditorEnabled ;
63
60
IOSResolver . VerboseLoggingEnabled = verboseLoggingEnabled ;
You can’t perform that action at this time.
0 commit comments