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 Dec 25, 2017
1 parent 61c1ddf commit b964da8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 40 deletions.
Binary file modified AppsFlyerLib.framework/Versions/A/AppsFlyerLib
Binary file not shown.
23 changes: 4 additions & 19 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.1 (602)
// AppsFlyer iOS SDK 4.8.2 (617)
// Copyright (c) 2013 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -36,7 +36,7 @@
#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
Expand Down Expand Up @@ -150,13 +150,7 @@ typedef enum {
@end

@interface AppsFlyerTracker : NSObject {

BOOL _isDebug;
BOOL permitAggregateiAdData;
BOOL _useReceiptValidationSandbox;
BOOL _useUninstallSandbox;
EmailCryptType emailCryptType;
NSArray *userEmails;
}

+(AppsFlyerTracker*) sharedTracker;
Expand All @@ -180,10 +174,6 @@ typedef enum {
*/
@property (nonatomic, strong) NSString *currencyCode;


/* AppsFlyer's SDK send the data to AppsFlyer's servers over HTTPS. You can set the isHTTPS property to NO in order to use regular HTTP. */
//@property BOOL isHTTPS;

/*
* AppsFLyer SDK collect Apple's advertisingIdentifier if the AdSupport framework included in the SDK.
* You can disable this behavior by setting the following property to YES.
Expand Down Expand Up @@ -293,12 +283,12 @@ typedef enum {
/*
* In case you want to track deep linking, call this method from your delegate's openURL method.
*/
- (void) handleOpenURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication __attribute__((deprecated));
- (void) handleOpenURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication;

/*
* In case you want to track deep linking, call this method from your delegate's openURL method with refferer.
*/
- (void) handleOpenURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication withAnnotation:(id) annotation __attribute__((deprecated));
- (void) handleOpenURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication withAnnotation:(id) annotation;


- (void) handleOpenUrl:(NSURL *) url options:(NSDictionary *)options;
Expand All @@ -325,11 +315,6 @@ typedef enum {

- (void) remoteDebuggingCallWithData:(NSString *) data;

//- (void) crossPromotionViewed:(NSString*) appID campaign:(NSString*) campaign;
//- (void) openAppStoreForAppID:(NSString*) appID campaign:(NSString*)
//campaign paramters:(NSDictionary*) parameters
// viewController: (UIViewController*) viewController;

/*!
* @brief This property accepts a string value representing the host name for all enpoints.
* @warning To use `default` SDK endpoint – set value to `nil`.
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.8.1"
#define kJenkinsBuildNumber @"602"
#define kAppsFlyerSDKBuildNumber @"4.8.2"
#define kJenkinsBuildNumber @"617"
23 changes: 4 additions & 19 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.1 (602)
// AppsFlyer iOS SDK 4.8.2 (617)
// Copyright (c) 2013 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -36,7 +36,7 @@
#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
Expand Down Expand Up @@ -150,13 +150,7 @@ typedef enum {
@end

@interface AppsFlyerTracker : NSObject {

BOOL _isDebug;
BOOL permitAggregateiAdData;
BOOL _useReceiptValidationSandbox;
BOOL _useUninstallSandbox;
EmailCryptType emailCryptType;
NSArray *userEmails;
}

+(AppsFlyerTracker*) sharedTracker;
Expand All @@ -180,10 +174,6 @@ typedef enum {
*/
@property (nonatomic, strong) NSString *currencyCode;


/* AppsFlyer's SDK send the data to AppsFlyer's servers over HTTPS. You can set the isHTTPS property to NO in order to use regular HTTP. */
//@property BOOL isHTTPS;

/*
* AppsFLyer SDK collect Apple's advertisingIdentifier if the AdSupport framework included in the SDK.
* You can disable this behavior by setting the following property to YES.
Expand Down Expand Up @@ -293,12 +283,12 @@ typedef enum {
/*
* In case you want to track deep linking, call this method from your delegate's openURL method.
*/
- (void) handleOpenURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication __attribute__((deprecated));
- (void) handleOpenURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication;

/*
* In case you want to track deep linking, call this method from your delegate's openURL method with refferer.
*/
- (void) handleOpenURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication withAnnotation:(id) annotation __attribute__((deprecated));
- (void) handleOpenURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication withAnnotation:(id) annotation;


- (void) handleOpenUrl:(NSURL *) url options:(NSDictionary *)options;
Expand All @@ -325,11 +315,6 @@ typedef enum {

- (void) remoteDebuggingCallWithData:(NSString *) data;

//- (void) crossPromotionViewed:(NSString*) appID campaign:(NSString*) campaign;
//- (void) openAppStoreForAppID:(NSString*) appID campaign:(NSString*)
//campaign paramters:(NSDictionary*) parameters
// viewController: (UIViewController*) viewController;

/*!
* @brief This property accepts a string value representing the host name for all enpoints.
* @warning To use `default` SDK endpoint – set value to `nil`.
Expand Down
Binary file modified AppsFlyerTracker.framework/Info.plist
Binary file not shown.

0 comments on commit b964da8

Please sign in to comment.