Skip to content

Commit f0febdb

Browse files
bsneedBrandon Sneed
andauthored
chore(dep): fix appsflyer _ vs - check (#266)
Co-authored-by: Brandon Sneed <[email protected]>
1 parent f399fc4 commit f0febdb

File tree

1 file changed

+2
-0
lines changed
  • packages/integrations/patches/@segment/analytics-react-native-appsflyer/ios

1 file changed

+2
-0
lines changed

packages/integrations/patches/@segment/analytics-react-native-appsflyer/ios/main.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
#import <RNAnalytics/RNAnalytics.h>
1111
#if defined(__has_include) && __has_include(<segment-appsflyer-ios/SEGAppsFlyerIntegrationFactory.h>)
1212
#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>
1315
#else
1416
#import <segment-appsflyer-ios/SEGAppsFlyerIntegrationFactory.h>
1517
#endif

0 commit comments

Comments
 (0)