Skip to content

Commit

Permalink
update dynamic FW to 4.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Golan authored and Golan committed Dec 25, 2016
1 parent 3496431 commit bc656a6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
Binary file modified AppsFlyerTracker.framework/AppsFlyerTracker
Binary file not shown.
4 changes: 2 additions & 2 deletions AppsFlyerTracker.framework/Headers/AppsFlyerLib-Prefix.pch
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
#import <Foundation/Foundation.h>
#endif

#define kAppsFlyerSDKBuildNumber @"4.5.9"
#define kJenkinsBuildNumber @"501"
#define kAppsFlyerSDKBuildNumber @"4.5.12"
#define kJenkinsBuildNumber @"505"
6 changes: 4 additions & 2 deletions AppsFlyerTracker.framework/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.5.9
// AppsFlyer iOS SDK v4.5.12
// Copyright (c) 2013 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -32,6 +32,9 @@
#define AFEventOpenedFromPushNotification @"af_opened_from_push_notification"
#define AFEventLocation @"af_location_coordinates"
#define AFEventOrderId @"af_order_id"
#define AFEventCustomerSegment @"af_customer_segment"



// In app event parameter names
#define AFEventParamLevel @"af_level"
Expand Down Expand Up @@ -175,7 +178,6 @@ typedef enum {
*/
@property (nonatomic, setter = setUseUninstallSandbox:) BOOL useUninstallSandbox;


/*
* Use this to send the User's emails
*/
Expand Down
Binary file modified AppsFlyerTracker.framework/Info.plist
Binary file not shown.

0 comments on commit bc656a6

Please sign in to comment.