From a547cfa12d186e08a28b9e0ed0c9399e7cd6b4c8 Mon Sep 17 00:00:00 2001 From: "Vladimir.Orlov" Date: Wed, 14 Jun 2017 16:50:59 +0300 Subject: [PATCH] mac launcher: removed search VM options from Info.plist IDEA-173476 Consolidate VM options on macOS built launcher was committed with 18b4b9955566 --- native/MacLauncher/Launcher.m | 1 - 1 file changed, 1 deletion(-) diff --git a/native/MacLauncher/Launcher.m b/native/MacLauncher/Launcher.m index 76b6180eacbf..d0918074f194 100644 --- a/native/MacLauncher/Launcher.m +++ b/native/MacLauncher/Launcher.m @@ -408,7 +408,6 @@ NSString *getOverridePropertiesPath() { [args_array addObject:classpathOption]; - [args_array addObjectsFromArray:[[jvmInfo objectForKey:@"VMOptions"] componentsSeparatedByString:@" "]]; [args_array addObjectsFromArray:parseVMOptions()]; NSString *properties = getOverridePropertiesPath();