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 Feb 6, 2017
1 parent 3823db5 commit 41dc587
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
8 changes: 4 additions & 4 deletions AppsFlyerLib.framework/Modules/module.modulemap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework module AppsFlyerLib {
umbrella header "AppsFlyerTracker.h"
umbrella header "AppsFlyerTracker.h"

export *
module * { export * }
}
export *
module * { export * }
}
Binary file modified AppsFlyerLib.framework/Versions/A/AppsFlyerLib
Binary file not shown.
3 changes: 2 additions & 1 deletion 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.3
// AppsFlyer iOS SDK 4.6.4
// Copyright (c) 2013 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -37,6 +37,7 @@


// In app event parameter names
#define AFEventParamAchievenmentId @"af_achievement_id"
#define AFEventParamLevel @"af_level"
#define AFEventParamScore @"af_score"
#define AFEventParamSuccess @"af_success"
Expand Down
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.6.2"
#define kJenkinsBuildNumber @"155"
#define kAppsFlyerSDKBuildNumber @"4.6.4"
#define kJenkinsBuildNumber @"409"
3 changes: 2 additions & 1 deletion 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.6.2
// AppsFlyer iOS SDK 4.6.4
// Copyright (c) 2013 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -37,6 +37,7 @@


// In app event parameter names
#define AFEventParamAchievenmentId @"af_achievement_id"
#define AFEventParamLevel @"af_level"
#define AFEventParamScore @"af_score"
#define AFEventParamSuccess @"af_success"
Expand Down

0 comments on commit 41dc587

Please sign in to comment.