Skip to content

Commit

Permalink
Merge pull request #81 from uber/project-set_ios_deplymenttarget-master
Browse files Browse the repository at this point in the history
Set iOS deployment target to 8.0
  • Loading branch information
neakor authored Jun 1, 2018
2 parents 99bfd90 + 2d170e8 commit 40cd36f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Foundation/NeedleFoundation.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_NS_ASSERTIONS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
ONLY_ACTIVE_ARCH = YES;
OTHER_SWIFT_FLAGS = "-DXcode";
Expand Down Expand Up @@ -366,6 +367,7 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_OPTIMIZATION_LEVEL = s;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
OTHER_SWIFT_FLAGS = "-DXcode";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 40cd36f

Please sign in to comment.