Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Commit 3250432

Browse files
committed
Omitting the connection helper and parser headers on watchOS
1 parent 1ac82d2 commit 3250432

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Foundation/Core/Foundation+PivotalCore.h

+6
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,16 @@
77
#import "NSDictionary+QueryString.h"
88
#import "NSURL+QueryComponents.h"
99

10+
#ifdef TARGET_OS_WATCH
11+
#if !TARGET_OS_WATCH
12+
1013
#import "NSURLConnectionDelegate.h" // For pre-10.7 and pre-iOS5
1114
#import "PCKHTTPInterface.h"
1215

1316
#import "PCKParser.h"
1417
#import "PCKResponseParser.h"
1518
#import "PCKXMLParser.h"
1619
#import "PCKXMLParserDelegate.h"
20+
21+
#endif
22+
#endif

0 commit comments

Comments
 (0)