Skip to content

Commit

Permalink
Target iOS 5 (for weak property support)
Browse files Browse the repository at this point in the history
Still compatible with iOS 4.3 by simply switching the deployment target, but won't build with weak properties
  • Loading branch information
dorshorst committed Sep 28, 2012
1 parent 8fbcb77 commit c24e21f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SYPaginator.xcodeproj/project.pbxproj
Expand Up @@ -342,7 +342,7 @@
buildSettings = { buildSettings = {
DSTROOT = /tmp/SYPaginator.dst; DSTROOT = /tmp/SYPaginator.dst;
GCC_THUMB_SUPPORT = NO; GCC_THUMB_SUPPORT = NO;
IPHONEOS_DEPLOYMENT_TARGET = 4.3; IPHONEOS_DEPLOYMENT_TARGET = 5.0;
OTHER_LDFLAGS = "-ObjC"; OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES; SKIP_INSTALL = YES;
Expand All @@ -354,7 +354,7 @@
buildSettings = { buildSettings = {
DSTROOT = /tmp/SYPaginator.dst; DSTROOT = /tmp/SYPaginator.dst;
GCC_THUMB_SUPPORT = NO; GCC_THUMB_SUPPORT = NO;
IPHONEOS_DEPLOYMENT_TARGET = 4.3; IPHONEOS_DEPLOYMENT_TARGET = 5.0;
OTHER_LDFLAGS = "-ObjC"; OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES; SKIP_INSTALL = YES;
Expand Down

0 comments on commit c24e21f

Please sign in to comment.