Skip to content

Commit

Permalink
Jenkins auto build
Browse files Browse the repository at this point in the history
  • Loading branch information
af_deployment committed Jan 24, 2018
1 parent b964da8 commit ec7ed18
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 12 deletions.
Binary file modified AppsFlyerLib.framework/Versions/A/AppsFlyerLib
Binary file not shown.
15 changes: 10 additions & 5 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 4.8.2 (617)
// AppsFlyer iOS SDK 4.8.3 (625)
// Copyright (c) 2013 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -36,10 +36,10 @@
#define AFEventOpenedFromPushNotification @"af_opened_from_push_notification"
#define AFEventLocation @"af_location_coordinates"
#define AFEventCustomerSegment @"af_customer_segment"
#define AFEventContent @"af_content"


// In app event parameter names
#define AFEventParamContent @"af_content"
#define AFEventParamAchievenmentId @"af_achievement_id"
#define AFEventParamLevel @"af_level"
#define AFEventParamScore @"af_score"
Expand Down Expand Up @@ -187,8 +187,8 @@ typedef enum {
@property (nonatomic, setter = setIsDebug:) BOOL isDebug;


/*
* Set this flag to NO, to not collect the device name.
/*!
* Set this flag to `YES`, to collect the current device name. Default value is `NO`
*/
@property (nonatomic, setter = setShouldCollectDeviceName:) BOOL shouldCollectDeviceName;

Expand Down Expand Up @@ -333,5 +333,10 @@ typedef enum {
* Default value is 5 seconds.
*/
@property (atomic) NSUInteger minTimeBetweenSessions;


/*!
* WARNING! This will disable all requests from AppsFlyer SDK
*/
@property (atomic) BOOL isStopTracking;

@end
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.8.2"
#define kJenkinsBuildNumber @"617"
#define kAppsFlyerSDKBuildNumber @"4.8.3"
#define kJenkinsBuildNumber @"625"
15 changes: 10 additions & 5 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 4.8.2 (617)
// AppsFlyer iOS SDK 4.8.3 (625)
// Copyright (c) 2013 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -36,10 +36,10 @@
#define AFEventOpenedFromPushNotification @"af_opened_from_push_notification"
#define AFEventLocation @"af_location_coordinates"
#define AFEventCustomerSegment @"af_customer_segment"
#define AFEventContent @"af_content"


// In app event parameter names
#define AFEventParamContent @"af_content"
#define AFEventParamAchievenmentId @"af_achievement_id"
#define AFEventParamLevel @"af_level"
#define AFEventParamScore @"af_score"
Expand Down Expand Up @@ -187,8 +187,8 @@ typedef enum {
@property (nonatomic, setter = setIsDebug:) BOOL isDebug;


/*
* Set this flag to NO, to not collect the device name.
/*!
* Set this flag to `YES`, to collect the current device name. Default value is `NO`
*/
@property (nonatomic, setter = setShouldCollectDeviceName:) BOOL shouldCollectDeviceName;

Expand Down Expand Up @@ -333,5 +333,10 @@ typedef enum {
* Default value is 5 seconds.
*/
@property (atomic) NSUInteger minTimeBetweenSessions;


/*!
* WARNING! This will disable all requests from AppsFlyer SDK
*/
@property (atomic) BOOL isStopTracking;

@end

0 comments on commit ec7ed18

Please sign in to comment.