Skip to content

Commit

Permalink
Set deployment target to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pietbrauer committed Oct 29, 2015
1 parent ab67b75 commit 283790c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions TrashCanKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -373,7 +373,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down Expand Up @@ -476,6 +476,7 @@
236364861BE22F1100AA7104 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
236364871BE22F1100AA7104 /* Build configuration list for PBXNativeTarget "TrashCanKitTests" */ = {
isa = XCConfigurationList;
Expand All @@ -484,6 +485,7 @@
236364891BE22F1100AA7104 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down

0 comments on commit 283790c

Please sign in to comment.