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

Commit

Permalink
Omitting the connection helper and parser headers on watchOS
Browse files Browse the repository at this point in the history
  • Loading branch information
akitchen committed Feb 4, 2017
1 parent 1ac82d2 commit 3250432
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Foundation/Core/Foundation+PivotalCore.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@
#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"

#import "PCKParser.h"
#import "PCKResponseParser.h"
#import "PCKXMLParser.h"
#import "PCKXMLParserDelegate.h"

#endif
#endif

0 comments on commit 3250432

Please sign in to comment.