Skip to content

Commit

Permalink
Set Deployment Target to iOS 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ole committed Jun 11, 2012
1 parent a7b5187 commit 16d7df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OBSliderDemo/OBSliderDemo.xcodeproj/project.pbxproj
Expand Up @@ -256,7 +256,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_LABEL = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 3.0;
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
SDKROOT = iphoneos;
};
name = Debug;
Expand Down Expand Up @@ -295,7 +295,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_LABEL = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 3.0;
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
SDKROOT = iphoneos;
};
Expand Down

0 comments on commit 16d7df0

Please sign in to comment.