Skip to content

Commit f4cfdd5

Browse files
committed
Duplication fix
1 parent b1e2a84 commit f4cfdd5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

react-native-appsflyer.podspec

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@ Pod::Spec.new do |s|
2020
if defined?($AppsFlyerPurchaseConnector) && ($AppsFlyerPurchaseConnector == true)
2121
Pod::UI.puts "#{s.name}: Including PurchaseConnector."
2222
s.dependency 'PurchaseConnector', '6.15.2'
23+
s.exclude_files = [
24+
"ios/AFAdRevenueData.h",
25+
"ios/AppsFlyerConsent.h",
26+
"ios/AppsFlyerCrossPromotionHelper.h",
27+
"ios/AppsFlyerDeepLink.h",
28+
"ios/AppsFlyerDeepLinkObserver.h",
29+
"ios/AppsFlyerDeepLinkResult.h",
30+
"ios/AppsFlyerLinkGenerator.h",
31+
"ios/AppsFlyerShareInviteHelper.h",
32+
"ios/AppsFlyerLib.h"
33+
]
34+
2335
end
2436

2537
# AppsFlyerFramework

0 commit comments

Comments
 (0)