mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
mac launcher: removed search VM options from Info.plist
IDEA-173476 Consolidate VM options on macOS
built launcher was committed with 18b4b99555
This commit is contained in:
@@ -408,7 +408,6 @@ NSString *getOverridePropertiesPath() {
|
||||
|
||||
[args_array addObject:classpathOption];
|
||||
|
||||
[args_array addObjectsFromArray:[[jvmInfo objectForKey:@"VMOptions"] componentsSeparatedByString:@" "]];
|
||||
[args_array addObjectsFromArray:parseVMOptions()];
|
||||
|
||||
NSString *properties = getOverridePropertiesPath();
|
||||
|
||||
Reference in New Issue
Block a user