We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3fbec commit 67a33cfCopy full SHA for 67a33cf
Parse/PFConstants.h
@@ -465,7 +465,7 @@ extern NSString *const __nonnull PFNetworkNotificationURLResponseBodyUserInfoKey
465
#endif
466
467
#ifndef PF_TARGET_OS_OSX
468
-# define PF_TARGET_OS_OSX TARGET_OS_MAC && !TARGET_OS_IOS && !TARGET_OS_WATCH && !TARGET_OS_TV
+# define PF_TARGET_OS_OSX (TARGET_OS_MAC && !TARGET_OS_IOS && !TARGET_OS_WATCH && !TARGET_OS_TV && !TARGET_IPHONE_SIMULATOR)
469
470
471
///--------------------------------------
0 commit comments