Xcode 4.5.2 upgrade for combining high-res images.

This commit is contained in:
Kevin Wojniak 2012-11-19 19:32:44 -08:00
parent e4d733e9df
commit 4161151276
1 changed files with 17 additions and 1 deletions

View File

@ -1600,7 +1600,7 @@
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = YES;
LastUpgradeCheck = 0410;
LastUpgradeCheck = 0450;
};
buildConfigurationList = E13F7F0508F0411100E2A5CB /* Build configuration list for PBXProject "ResKnife" */;
compatibilityVersion = "Xcode 3.2";
@ -2199,6 +2199,7 @@
E13F7ED208F0411100E2A5CB /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = c99;
GCC_DYNAMIC_NO_PIC = NO;
@ -2228,6 +2229,7 @@
E13F7ED308F0411100E2A5CB /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
DEBUGGING_SYMBOLS = NO;
GCC_C_LANGUAGE_STANDARD = c99;
@ -2255,6 +2257,7 @@
E13F7ED608F0411100E2A5CB /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = c99;
GCC_DYNAMIC_NO_PIC = NO;
@ -2280,6 +2283,7 @@
E13F7ED708F0411100E2A5CB /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
DEBUGGING_SYMBOLS = NO;
GCC_C_LANGUAGE_STANDARD = c99;
@ -2303,6 +2307,7 @@
E13F7EDA08F0411100E2A5CB /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = c99;
GCC_DYNAMIC_NO_PIC = NO;
@ -2323,6 +2328,7 @@
E13F7EDB08F0411100E2A5CB /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
GCC_C_LANGUAGE_STANDARD = c99;
GCC_OPTIMIZATION_LEVEL = 0;
@ -2341,6 +2347,7 @@
E13F7EDE08F0411100E2A5CB /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = c99;
GCC_DYNAMIC_NO_PIC = NO;
@ -2366,6 +2373,7 @@
E13F7EDF08F0411100E2A5CB /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
DEBUGGING_SYMBOLS = NO;
GCC_C_LANGUAGE_STANDARD = c99;
@ -2389,6 +2397,7 @@
E13F7EE208F0411100E2A5CB /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = c99;
GCC_DYNAMIC_NO_PIC = NO;
@ -2414,6 +2423,7 @@
E13F7EE308F0411100E2A5CB /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
DEBUGGING_SYMBOLS = NO;
GCC_C_LANGUAGE_STANDARD = c99;
@ -2437,6 +2447,7 @@
E13F7EE608F0411100E2A5CB /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = c99;
GCC_DYNAMIC_NO_PIC = NO;
@ -2469,6 +2480,7 @@
E13F7EE708F0411100E2A5CB /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
DEBUGGING_SYMBOLS = NO;
GCC_C_LANGUAGE_STANDARD = c99;
@ -2499,6 +2511,7 @@
E13F7EEA08F0411100E2A5CB /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = c99;
GCC_DYNAMIC_NO_PIC = NO;
@ -2524,6 +2537,7 @@
E13F7EEB08F0411100E2A5CB /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
DEBUGGING_SYMBOLS = NO;
GCC_C_LANGUAGE_STANDARD = c99;
@ -2547,6 +2561,7 @@
E13F7F0208F0411100E2A5CB /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
@ -2571,6 +2586,7 @@
E13F7F0308F0411100E2A5CB /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
DEBUGGING_SYMBOLS = NO;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;