From 3250432178a857715cabf50a171634ab6c2a8a9e Mon Sep 17 00:00:00 2001 From: Andrew Kitchen Date: Fri, 3 Feb 2017 20:49:01 -0800 Subject: [PATCH] Omitting the connection helper and parser headers on watchOS --- Foundation/Core/Foundation+PivotalCore.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Foundation/Core/Foundation+PivotalCore.h b/Foundation/Core/Foundation+PivotalCore.h index da739ca..8e5196c 100644 --- a/Foundation/Core/Foundation+PivotalCore.h +++ b/Foundation/Core/Foundation+PivotalCore.h @@ -7,6 +7,9 @@ #import "NSDictionary+QueryString.h" #import "NSURL+QueryComponents.h" +#ifdef TARGET_OS_WATCH +#if !TARGET_OS_WATCH + #import "NSURLConnectionDelegate.h" // For pre-10.7 and pre-iOS5 #import "PCKHTTPInterface.h" @@ -14,3 +17,6 @@ #import "PCKResponseParser.h" #import "PCKXMLParser.h" #import "PCKXMLParserDelegate.h" + +#endif +#endif