Updated iOS deployment target to iOS 5.1

This commit is contained in:
Sam Lantinga 2014-05-10 12:34:16 -07:00
parent cdc0dfa61c
commit 461ff8bf35
2 changed files with 3 additions and 1 deletions

View file

@ -1285,6 +1285,7 @@
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
PRODUCT_NAME = SDL2;
SKIP_INSTALL = YES;
};
@ -1294,6 +1295,7 @@
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = YES;
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
PRODUCT_NAME = SDL2;
SKIP_INSTALL = YES;
};