Skip to content

Commit

Permalink
V4.6.2
Browse files Browse the repository at this point in the history
- Fixed duplicate symbols for Reachability class
  • Loading branch information
Golan authored and Golan committed Jan 11, 2017
1 parent e196233 commit 02229ce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion AppsFlyerLib.framework/Modules/module.modulemap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
framework module AppsFlyerTracker {
framework module AppsFlyerLib {
umbrella header "AppsFlyerTracker.h"

export *
Expand Down
Binary file modified AppsFlyerLib.framework/Versions/A/AppsFlyerLib
Binary file not shown.
10 changes: 1 addition & 9 deletions AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerTracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppsFlyerTracker.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK v4.6.1
// AppsFlyer iOS SDK v4.6.2
// Copyright (c) 2013 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -65,14 +65,6 @@
#define AFEventParamValidated @"af_validated"
#define AFEventParamRevenue @"af_revenue"
#define AFEventParamReceiptId @"af_receipt_id"
#define AFEventParamTutorialId @"af_tutorial_id"
#define AFEventParamAchievenmentId @"af_achievement_id"
#define AFEventParamVirtualCurrencyName @"af_virtual_currency_name"
#define AFEventParamDeepLink @"af_deep_link"
#define AFEventParamOldVersion @"af_old_version"
#define AFEventParamNewVersion @"af_new_version"
#define AFEventParamReviewText @"af_review_text"
#define AFEventParamCouponCode @"af_coupon_code"
#define AFEventParam1 @"af_param_1"
#define AFEventParam2 @"af_param_2"
#define AFEventParam3 @"af_param_3"
Expand Down

0 comments on commit 02229ce

Please sign in to comment.