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 f399fc4 commit f0febdbCopy full SHA for f0febdb
packages/integrations/patches/@segment/analytics-react-native-appsflyer/ios/main.m
@@ -10,6 +10,8 @@
10
#import <RNAnalytics/RNAnalytics.h>
11
#if defined(__has_include) && __has_include(<segment-appsflyer-ios/SEGAppsFlyerIntegrationFactory.h>)
12
#import <segment-appsflyer-ios/SEGAppsFlyerIntegrationFactory.h>
13
+#elif defined(__has_include) && __has_include(<segment_appsflyer_ios/SEGAppsFlyerIntegrationFactory.h>)
14
+#import <segment_appsflyer_ios/SEGAppsFlyerIntegrationFactory.h>
15
#else
16
17
#endif
0 commit comments