File tree Expand file tree Collapse file tree 5 files changed +15
-6
lines changed Expand file tree Collapse file tree 5 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 1010#import < Foundation/Foundation.h>
1111
1212#import < Parse/PFConstants.h>
13- #import " PFPushPrivate.h"
1413
1514#import " PFEncoder.h"
1615
Original file line number Diff line number Diff line change 3434#import " PFMultiProcessFileLockController.h"
3535#import " PFHash.h"
3636
37- #if PARSE_IOS_ONLY
37+ #if TARGET_OS_IOS
3838#import " PFProduct.h"
3939#endif
4040
Original file line number Diff line number Diff line change 1818#import " PFConfig.h"
1919#import " PFCoreManager.h"
2020#import " PFFileManager.h"
21- #import " PFInstallation.h"
2221#import " PFInstallationIdentifierStore.h"
2322#import " PFKeyValueCache.h"
2423#import " PFKeychainStore.h"
2928#import " PFUser.h"
3029#import " PFURLSessionCommandRunner.h"
3130
31+ #if !TARGET_OS_WATCH
32+ #import " PFInstallation.h"
33+ #endif
34+
3235#if TARGET_OS_IOS
3336#import " PFPurchaseController.h"
3437#import " PFProduct.h"
Original file line number Diff line number Diff line change 2626#import < Parse/PFSubclassing.h>
2727#import < Parse/PFUser.h>
2828#import < Parse/PFUserAuthenticationDelegate.h>
29- #import < Parse/PFInstallation.h>
3029#import < Parse/PFNullability.h>
30+
31+ #if !TARGET_OS_WATCH
32+
33+ #import < Parse/PFInstallation.h>
3134#import < Parse/PFPush.h>
3235
36+ #endif
37+
3338#if TARGET_OS_IOS
3439
3540#import < Parse/PFNetworkActivityIndicatorManager.h>
Original file line number Diff line number Diff line change 2323#import " PFApplication.h"
2424#import " PFKeychainStore.h"
2525#import " PFLogging.h"
26- #import " PFInstallationPrivate.h"
2726#import " PFObjectSubclassingController.h"
2827
29- #if PARSE_IOS_ONLY
28+ #if !TARGET_OS_WATCH
29+ #import " PFInstallationPrivate.h"
30+ #if TARGET_OS_IOS
3031#import " PFProduct+Private.h"
3132#endif
33+ #endif
3234
3335#import " PFCategoryLoader.h"
3436
You can’t perform that action at this time.
0 commit comments