Skip to content

Commit

Permalink
clee commited some changes that require 10.6, and lion is already on …
Browse files Browse the repository at this point in the history
…it's way so updating the tagests to 10.6.
  • Loading branch information
kgn committed Jun 23, 2011
1 parent 8382522 commit cfa3350
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions EyeTunes.xcodeproj/project.pbxproj
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -468,7 +468,6 @@
031B481D088429A70086F24B /* Debug */ = { 031B481D088429A70086F24B /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COPY_PHASE_STRIP = NO; COPY_PHASE_STRIP = NO;
DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1; DYLIB_CURRENT_VERSION = 1;
Expand All @@ -487,7 +486,6 @@
INSTALL_PATH = "@executable_path/../Frameworks"; INSTALL_PATH = "@executable_path/../Frameworks";
LIBRARY_STYLE = DYNAMIC; LIBRARY_STYLE = DYNAMIC;
MACH_O_TYPE = mh_dylib; MACH_O_TYPE = mh_dylib;
MACOSX_DEPLOYMENT_TARGET = 10.5;
PRODUCT_NAME = EyeTunes; PRODUCT_NAME = EyeTunes;
SKIP_INSTALL = YES; SKIP_INSTALL = YES;
WRAPPER_EXTENSION = framework; WRAPPER_EXTENSION = framework;
Expand All @@ -498,7 +496,6 @@
031B481E088429A70086F24B /* Release */ = { 031B481E088429A70086F24B /* Release */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COPY_PHASE_STRIP = YES; COPY_PHASE_STRIP = YES;
DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1; DYLIB_CURRENT_VERSION = 1;
Expand All @@ -513,7 +510,6 @@
INSTALL_PATH = "@executable_path/../Frameworks"; INSTALL_PATH = "@executable_path/../Frameworks";
LIBRARY_STYLE = DYNAMIC; LIBRARY_STYLE = DYNAMIC;
MACH_O_TYPE = mh_dylib; MACH_O_TYPE = mh_dylib;
MACOSX_DEPLOYMENT_TARGET = 10.5;
PRODUCT_NAME = EyeTunes; PRODUCT_NAME = EyeTunes;
SKIP_INSTALL = YES; SKIP_INSTALL = YES;
WRAPPER_EXTENSION = framework; WRAPPER_EXTENSION = framework;
Expand All @@ -524,25 +520,22 @@
031B4821088429A70086F24B /* Debug */ = { 031B4821088429A70086F24B /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
MACOSX_DEPLOYMENT_TARGET = 10.4; ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
MACOSX_DEPLOYMENT_TARGET = 10.6;
}; };
name = Debug; name = Debug;
}; };
031B4822088429A70086F24B /* Release */ = { 031B4822088429A70086F24B /* Release */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ARCHS = ( ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
ppc, MACOSX_DEPLOYMENT_TARGET = 10.6;
i386,
);
MACOSX_DEPLOYMENT_TARGET = 10.4;
}; };
name = Release; name = Release;
}; };
031B484C08843CB20086F24B /* Debug */ = { 031B484C08843CB20086F24B /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COPY_PHASE_STRIP = NO; COPY_PHASE_STRIP = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_MODEL_TUNING = G5; GCC_MODEL_TUNING = G5;
Expand All @@ -552,7 +545,6 @@
GCC_PREPROCESSOR_DEFINITIONS = ET_DEBUG; GCC_PREPROCESSOR_DEFINITIONS = ET_DEBUG;
INSTALL_PATH = /usr/local/bin; INSTALL_PATH = /usr/local/bin;
KEEP_PRIVATE_EXTERNS = YES; KEEP_PRIVATE_EXTERNS = YES;
MACOSX_DEPLOYMENT_TARGET = 10.5;
OTHER_CFLAGS = ""; OTHER_CFLAGS = "";
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"-framework", "-framework",
Expand All @@ -574,7 +566,6 @@
031B484D08843CB20086F24B /* Release */ = { 031B484D08843CB20086F24B /* Release */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COPY_PHASE_STRIP = YES; COPY_PHASE_STRIP = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_MODEL_TUNING = G5; GCC_MODEL_TUNING = G5;
Expand All @@ -583,7 +574,6 @@
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h"; GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
GCC_PREPROCESSOR_DEFINITIONS = ET_DEBUG; GCC_PREPROCESSOR_DEFINITIONS = ET_DEBUG;
INSTALL_PATH = /usr/local/bin; INSTALL_PATH = /usr/local/bin;
MACOSX_DEPLOYMENT_TARGET = 10.5;
OTHER_CFLAGS = ""; OTHER_CFLAGS = "";
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"-framework", "-framework",
Expand All @@ -605,7 +595,6 @@
03748E7E099D8AD8002F09C3 /* Debug */ = { 03748E7E099D8AD8002F09C3 /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COPY_PHASE_STRIP = NO; COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO; GCC_DYNAMIC_NO_PIC = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
Expand All @@ -616,7 +605,6 @@
GCC_PREPROCESSOR_DEFINITIONS = ET_DEBUG; GCC_PREPROCESSOR_DEFINITIONS = ET_DEBUG;
INFOPLIST_FILE = "Examples/EyeTunesDebug-Info.plist"; INFOPLIST_FILE = "Examples/EyeTunesDebug-Info.plist";
INSTALL_PATH = "$(HOME)/Applications"; INSTALL_PATH = "$(HOME)/Applications";
MACOSX_DEPLOYMENT_TARGET = 10.5;
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"-framework", "-framework",
Foundation, Foundation,
Expand All @@ -632,15 +620,13 @@
03748E7F099D8AD8002F09C3 /* Release */ = { 03748E7F099D8AD8002F09C3 /* Release */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COPY_PHASE_STRIP = YES; COPY_PHASE_STRIP = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_MODEL_TUNING = G5; GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h"; GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
INFOPLIST_FILE = "Examples/EyeTunesDebug-Info.plist"; INFOPLIST_FILE = "Examples/EyeTunesDebug-Info.plist";
INSTALL_PATH = "$(HOME)/Applications"; INSTALL_PATH = "$(HOME)/Applications";
MACOSX_DEPLOYMENT_TARGET = 10.5;
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"-framework", "-framework",
Foundation, Foundation,
Expand Down

0 comments on commit cfa3350

Please sign in to comment.