Skip to content

Commit

Permalink
Fix tests on tvOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanw committed Jan 15, 2017
1 parent cf4ba14 commit 3fcd996
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions HTMLReader.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1252,10 +1252,6 @@
DEVELOPMENT_TEAM = "";
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_NO_COMMON_BLOCKS = YES;
GCC_PREPROCESSOR_DEFINITIONS = (
"$(inherited)",
"HTML5LIBTESTPATH=\"${SRCROOT}/Tests/html5lib\"",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
Expand Down Expand Up @@ -1287,10 +1283,6 @@
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_NO_COMMON_BLOCKS = YES;
GCC_PREPROCESSOR_DEFINITIONS = (
"$(inherited)",
"HTML5LIBTESTPATH=\"${SRCROOT}/Tests/html5lib\"",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
Expand Down

0 comments on commit 3fcd996

Please sign in to comment.