Skip to content

Commit

Permalink
Set iOS deployment target to 8.0 for tests target.
Browse files Browse the repository at this point in the history
Xcode 8.3 actually cares.
  • Loading branch information
nolanw committed Mar 29, 2017
1 parent 02a5806 commit b60bd5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HTMLReader.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1739,6 +1739,7 @@
CLANG_ENABLE_MODULES = NO;
FRAMEWORK_SEARCH_PATHS = "$(SDKROOT)/Developer/Library/Frameworks";
INFOPLIST_FILE = HTMLReaderTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-framework",
Expand All @@ -1758,6 +1759,7 @@
CLANG_ENABLE_MODULES = NO;
FRAMEWORK_SEARCH_PATHS = "$(SDKROOT)/Developer/Library/Frameworks";
INFOPLIST_FILE = HTMLReaderTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-framework",
Expand Down

0 comments on commit b60bd5f

Please sign in to comment.