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 b1e2a84 commit f4cfdd5Copy full SHA for f4cfdd5
react-native-appsflyer.podspec
@@ -20,6 +20,18 @@ Pod::Spec.new do |s|
20
if defined?($AppsFlyerPurchaseConnector) && ($AppsFlyerPurchaseConnector == true)
21
Pod::UI.puts "#{s.name}: Including PurchaseConnector."
22
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
+
35
end
36
37
# AppsFlyerFramework
0 commit comments