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 71af330 commit 9454b03Copy full SHA for 9454b03
ios/RNMParticle/RNMParticle.m
@@ -6,6 +6,13 @@
6
#else
7
#import "mParticle.h"
8
#endif
9
+#if defined(__has_include) && __has_include(<mParticle_Apple_SDK/mParticle_Apple_SDK-Swift.h>)
10
+ #import <mParticle_Apple_SDK/mParticle_Apple_SDK-Swift.h>
11
+#elif defined(__has_include) && __has_include(<mParticle_Apple_SDK_NoLocation/mParticle_Apple_SDK-Swift.h>)
12
+ #import <mParticle_Apple_SDK_NoLocation/mParticle_Apple_SDK-Swift.h>
13
+#else
14
+ #import "mParticle_Apple_SDK-Swift.h"
15
+#endif
16
#import <React/RCTConvert.h>
17
18
@interface MParticleUser ()
0 commit comments