IDEA-155856 After update from 2016.1.1 to 2016.1.2 IntelliJ IDEA won't start anymore on mac os x

This commit is contained in:
Anton Tarasov
2016-05-16 15:58:48 +03:00
committed by Vladimir.Orlov
parent 1815adda31
commit 96de818857
2 changed files with 2 additions and 2 deletions
Binary file not shown.
@@ -164,7 +164,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.8;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SDKROOT = macosx10.9;
WRAPPER_EXTENSION = app;
};
name = Release;
@@ -182,7 +182,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.8;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SDKROOT = macosx10.9;
WRAPPER_EXTENSION = app;
};
name = Debug;