Skip to content

Commit

Permalink
SDKROOT -> 3.0, DEPLOYMENT_TARGET -> 2.2.1
Browse files Browse the repository at this point in the history
Having a nightmare persuading my app to run on both 2.2.1 & 3.0 without hardcoding these settings in three20's xcodeproj
Not quite ready to move to 3.0-only yet...
  • Loading branch information
Jonathan del Strother authored and Jonathan del Strother committed Jul 3, 2009
1 parent bf49af8 commit 83ff6e5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Three20.xcodeproj/project.pbxproj
Expand Up @@ -775,10 +775,11 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = .;
IPHONEOS_DEPLOYMENT_TARGET = 2.2.1;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "-ObjC";
PREBINDING = NO;
SDKROOT = iphonesimulator2.2;
SDKROOT = iphoneos3.0;
};
name = Debug;
};
Expand All @@ -790,9 +791,10 @@
GCC_C_LANGUAGE_STANDARD = c99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 2.2.1;
OTHER_LDFLAGS = "-ObjC";
PREBINDING = NO;
SDKROOT = iphonesimulator2.2;
SDKROOT = iphoneos3.0;
};
name = Release;
};
Expand Down

0 comments on commit 83ff6e5

Please sign in to comment.