Change Base SDK for apps to 'Latest OS X' and OS X Deployment Target to 'OS X 10.6'

This commit is contained in:
Greg Neagle
2015-11-18 16:36:06 -08:00
parent 0c11978c84
commit cbe21d36ff
2 changed files with 6 additions and 4 deletions

View File

@@ -666,6 +666,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.6;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_NAME = "Managed Software Center";
SDKROOT = macosx10.10;
WRAPPER_EXTENSION = app;
};
name = Debug;
@@ -689,6 +690,7 @@
);
MACOSX_DEPLOYMENT_TARGET = 10.6;
PRODUCT_NAME = "Managed Software Center";
SDKROOT = macosx10.10;
WRAPPER_EXTENSION = app;
};
name = Release;
@@ -730,7 +732,7 @@
AppKit,
);
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx10.8;
SDKROOT = macosx;
SKIP_INSTALL = NO;
WRAPPER_EXTENSION = docktileplugin;
};
@@ -769,7 +771,7 @@
AppKit,
);
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx10.8;
SDKROOT = macosx;
SKIP_INSTALL = NO;
WRAPPER_EXTENSION = docktileplugin;
};

View File

@@ -464,7 +464,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.6;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx10.8;
SDKROOT = macosx;
};
name = Debug;
};
@@ -486,7 +486,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.6;
SDKROOT = macosx10.8;
SDKROOT = macosx;
};
name = Release;
};