Skip to content

Commit

Permalink
Explicitly setting iOS deployment target.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdoe committed Oct 14, 2017
1 parent 1466a2c commit 7d1d587
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/OCMock.xcodeproj/project.pbxproj
Expand Up @@ -1457,6 +1457,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MACOSX_DEPLOYMENT_TARGET = 10.6;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
Expand Down Expand Up @@ -1491,6 +1492,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MACOSX_DEPLOYMENT_TARGET = 10.6;
SDKROOT = macosx;
};
Expand Down

0 comments on commit 7d1d587

Please sign in to comment.