Skip to content

Commit efebda7

Browse files
authored
Merge pull request #634 from AppsFlyerSDK/dev/DELIVERY-92954/podspec-hotfix
Dev/delivery 92954/podspec hotfix
2 parents cf4f01d + 0b19d15 commit efebda7

4 files changed

Lines changed: 15 additions & 16 deletions

File tree

android/src/main/java/com/appsflyer/reactnative/RNAppsFlyerConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
public class RNAppsFlyerConstants {
88

9-
final static String PLUGIN_VERSION = "6.17.0";
9+
final static String PLUGIN_VERSION = "6.17.01";
1010
final static String NO_DEVKEY_FOUND = "No 'devKey' found or its empty";
1111
final static String UNKNOWN_ERROR = "AF Unknown Error";
1212
final static String SUCCESS = "Success";

ios/RNAppsFlyer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
@end
2323

2424

25-
static NSString *const kAppsFlyerPluginVersion = @"6.17.0";
25+
static NSString *const kAppsFlyerPluginVersion = @"6.17.01";
2626
static NSString *const NO_DEVKEY_FOUND = @"No 'devKey' found or its empty";
2727
static NSString *const NO_APPID_FOUND = @"No 'appId' found or its empty";
2828
static NSString *const NO_EVENT_NAME_FOUND = @"No 'eventName' found or its empty";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-appsflyer",
3-
"version": "6.17.0",
3+
"version": "6.17.01",
44
"description": "React Native Appsflyer plugin",
55
"main": "index.js",
66
"types": "index.d.ts",

react-native-appsflyer.podspec

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,22 @@ Pod::Spec.new do |s|
1515
s.static_framework = true
1616
s.swift_version = '5.0'
1717
s.dependency 'React'
18-
18+
s.exclude_files = [
19+
"ios/AFAdRevenueData.h",
20+
"ios/AppsFlyerConsent.h",
21+
"ios/AppsFlyerCrossPromotionHelper.h",
22+
"ios/AppsFlyerDeepLink.h",
23+
"ios/AppsFlyerDeepLinkObserver.h",
24+
"ios/AppsFlyerDeepLinkResult.h",
25+
"ios/AppsFlyerLinkGenerator.h",
26+
"ios/AppsFlyerShareInviteHelper.h",
27+
"ios/AppsFlyerLib.h"
28+
]
29+
1930
# AppsFlyerPurchaseConnector
2031
if defined?($AppsFlyerPurchaseConnector) && ($AppsFlyerPurchaseConnector == true)
2132
Pod::UI.puts "#{s.name}: Including PurchaseConnector."
2233
s.dependency 'PurchaseConnector', '6.17.0'
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-
3534
end
3635

3736
# AppsFlyerFramework

0 commit comments

Comments
 (0)