Skip to content

Commit

Permalink
Jenkins auto build
Browse files Browse the repository at this point in the history
  • Loading branch information
af-fess committed Jan 10, 2021
1 parent 0b71b7a commit c03c240
Show file tree
Hide file tree
Showing 15 changed files with 64 additions and 64 deletions.
16 changes: 8 additions & 8 deletions MacCatalyst/AppsFlyerLib.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,16 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-i386_x86_64-simulator</string>
<string>ios-armv7_arm64</string>
<key>LibraryPath</key>
<string>AppsFlyerLib.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>i386</string>
<string>x86_64</string>
<string>armv7</string>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
Expand All @@ -35,16 +33,18 @@
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-armv7_arm64</string>
<string>ios-i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>AppsFlyerLib.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>armv7</string>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppsFlyerLib.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 6.1.3 (43)
// AppsFlyer iOS SDK 6.1.4 (48)
// Copyright (c) 2012-2020 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -47,7 +47,7 @@ NS_ASSUME_NONNULL_BEGIN

// In app event parameter names
#define AFEventParamContent @"af_content"
#define AFEventParamAchievenmentId @"af_achievement_id"
#define AFEventParamAchievementId @"af_achievement_id"
#define AFEventParamLevel @"af_level"
#define AFEventParamScore @"af_score"
#define AFEventParamSuccess @"af_success"
Expand Down Expand Up @@ -78,7 +78,7 @@ NS_ASSUME_NONNULL_BEGIN
#define AFEventProjectedParamRevenue @"af_projected_revenue"
#define AFEventParamReceiptId @"af_receipt_id"
#define AFEventParamTutorialId @"af_tutorial_id"
#define AFEventParamAchievenmentId @"af_achievement_id"
#define AFEventParamAchievementId @"af_achievement_id"
#define AFEventParamVirtualCurrencyName @"af_virtual_currency_name"
#define AFEventParamDeepLink @"af_deep_link"
#define AFEventParamOldVersion @"af_old_version"
Expand Down Expand Up @@ -186,7 +186,7 @@ NS_SWIFT_NAME(DeepLinkDelegate)
dictionary.
@discussion This method replaces all header fields that may have
existed before this method ESP resolving call.
To keep default SDK dehavior - return nil;
To keep default SDK behavior - return nil;
*/
- (NSDictionary <NSString *, NSString *> * _Nullable)allHTTPHeaderFieldsForResolveDeepLinkURL:(NSURL *)URL;

Expand Down Expand Up @@ -390,7 +390,7 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:));
- (void)startWithCompletionHandler:(void (^ _Nullable)(NSDictionary<NSString *, id> * _Nullable dictionary, NSError * _Nullable error))completionHandler;

/**
Use this method to log an events with mulitple values. See AppsFlyer's documentation for details.
Use this method to log an events with multiple values. See AppsFlyer's documentation for details.
Objective-C:
Expand Down Expand Up @@ -429,15 +429,15 @@ NS_SWIFT_NAME(logEvent(name:values:completionHandler:));
@param productIdentifier The product identifier
@param price The product price
@param currency The product currency
@param tranactionId The purchase transaction Id
@param transactionId The purchase transaction Id
@param params The additional param, which you want to receive it in the raw reports
@param successBlock The success callback
@param failedBlock The failure callback
*/
- (void)validateAndLogInAppPurchase:(NSString * _Nullable)productIdentifier
price:(NSString * _Nullable)price
currency:(NSString * _Nullable)currency
transactionId:(NSString * _Nullable)tranactionId
transactionId:(NSString * _Nullable)transactionId
additionalParameters:(NSDictionary * _Nullable)params
success:(void (^ _Nullable)(NSDictionary * response))successBlock
failure:(void (^ _Nullable)(NSError * _Nullable error, id _Nullable reponse))failedBlock NS_AVAILABLE(10_7, 7_0);
Expand All @@ -464,7 +464,7 @@ NS_SWIFT_NAME(logEvent(name:values:completionHandler:));
/**
In case you want to log deep linking. Does the same as `-handleOpenURL:sourceApplication:withAnnotation`.
@warning Prefered to use `-handleOpenURL:sourceApplication:withAnnotation`.
@warning Preferred to use `-handleOpenURL:sourceApplication:withAnnotation`.
@param url The URL that was passed to your AppDelegate.
@param sourceApplication The sourceApplication that passed to your AppDelegate.
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppsFlyerLib.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 6.1.3 (43)
// AppsFlyer iOS SDK 6.1.4 (48)
// Copyright (c) 2012-2020 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -47,7 +47,7 @@ NS_ASSUME_NONNULL_BEGIN

// In app event parameter names
#define AFEventParamContent @"af_content"
#define AFEventParamAchievenmentId @"af_achievement_id"
#define AFEventParamAchievementId @"af_achievement_id"
#define AFEventParamLevel @"af_level"
#define AFEventParamScore @"af_score"
#define AFEventParamSuccess @"af_success"
Expand Down Expand Up @@ -78,7 +78,7 @@ NS_ASSUME_NONNULL_BEGIN
#define AFEventProjectedParamRevenue @"af_projected_revenue"
#define AFEventParamReceiptId @"af_receipt_id"
#define AFEventParamTutorialId @"af_tutorial_id"
#define AFEventParamAchievenmentId @"af_achievement_id"
#define AFEventParamAchievementId @"af_achievement_id"
#define AFEventParamVirtualCurrencyName @"af_virtual_currency_name"
#define AFEventParamDeepLink @"af_deep_link"
#define AFEventParamOldVersion @"af_old_version"
Expand Down Expand Up @@ -186,7 +186,7 @@ NS_SWIFT_NAME(DeepLinkDelegate)
dictionary.
@discussion This method replaces all header fields that may have
existed before this method ESP resolving call.
To keep default SDK dehavior - return nil;
To keep default SDK behavior - return nil;
*/
- (NSDictionary <NSString *, NSString *> * _Nullable)allHTTPHeaderFieldsForResolveDeepLinkURL:(NSURL *)URL;

Expand Down Expand Up @@ -390,7 +390,7 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:));
- (void)startWithCompletionHandler:(void (^ _Nullable)(NSDictionary<NSString *, id> * _Nullable dictionary, NSError * _Nullable error))completionHandler;

/**
Use this method to log an events with mulitple values. See AppsFlyer's documentation for details.
Use this method to log an events with multiple values. See AppsFlyer's documentation for details.
Objective-C:
Expand Down Expand Up @@ -429,15 +429,15 @@ NS_SWIFT_NAME(logEvent(name:values:completionHandler:));
@param productIdentifier The product identifier
@param price The product price
@param currency The product currency
@param tranactionId The purchase transaction Id
@param transactionId The purchase transaction Id
@param params The additional param, which you want to receive it in the raw reports
@param successBlock The success callback
@param failedBlock The failure callback
*/
- (void)validateAndLogInAppPurchase:(NSString * _Nullable)productIdentifier
price:(NSString * _Nullable)price
currency:(NSString * _Nullable)currency
transactionId:(NSString * _Nullable)tranactionId
transactionId:(NSString * _Nullable)transactionId
additionalParameters:(NSDictionary * _Nullable)params
success:(void (^ _Nullable)(NSDictionary * response))successBlock
failure:(void (^ _Nullable)(NSError * _Nullable error, id _Nullable reponse))failedBlock NS_AVAILABLE(10_7, 7_0);
Expand All @@ -464,7 +464,7 @@ NS_SWIFT_NAME(logEvent(name:values:completionHandler:));
/**
In case you want to log deep linking. Does the same as `-handleOpenURL:sourceApplication:withAnnotation`.
@warning Prefered to use `-handleOpenURL:sourceApplication:withAnnotation`.
@warning Preferred to use `-handleOpenURL:sourceApplication:withAnnotation`.
@param url The URL that was passed to your AppDelegate.
@param sourceApplication The sourceApplication that passed to your AppDelegate.
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppsFlyerLib.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 6.1.3 (43)
// AppsFlyer iOS SDK 6.1.4 (48)
// Copyright (c) 2012-2020 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -47,7 +47,7 @@ NS_ASSUME_NONNULL_BEGIN

// In app event parameter names
#define AFEventParamContent @"af_content"
#define AFEventParamAchievenmentId @"af_achievement_id"
#define AFEventParamAchievementId @"af_achievement_id"
#define AFEventParamLevel @"af_level"
#define AFEventParamScore @"af_score"
#define AFEventParamSuccess @"af_success"
Expand Down Expand Up @@ -78,7 +78,7 @@ NS_ASSUME_NONNULL_BEGIN
#define AFEventProjectedParamRevenue @"af_projected_revenue"
#define AFEventParamReceiptId @"af_receipt_id"
#define AFEventParamTutorialId @"af_tutorial_id"
#define AFEventParamAchievenmentId @"af_achievement_id"
#define AFEventParamAchievementId @"af_achievement_id"
#define AFEventParamVirtualCurrencyName @"af_virtual_currency_name"
#define AFEventParamDeepLink @"af_deep_link"
#define AFEventParamOldVersion @"af_old_version"
Expand Down Expand Up @@ -186,7 +186,7 @@ NS_SWIFT_NAME(DeepLinkDelegate)
dictionary.
@discussion This method replaces all header fields that may have
existed before this method ESP resolving call.
To keep default SDK dehavior - return nil;
To keep default SDK behavior - return nil;
*/
- (NSDictionary <NSString *, NSString *> * _Nullable)allHTTPHeaderFieldsForResolveDeepLinkURL:(NSURL *)URL;

Expand Down Expand Up @@ -390,7 +390,7 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:));
- (void)startWithCompletionHandler:(void (^ _Nullable)(NSDictionary<NSString *, id> * _Nullable dictionary, NSError * _Nullable error))completionHandler;

/**
Use this method to log an events with mulitple values. See AppsFlyer's documentation for details.
Use this method to log an events with multiple values. See AppsFlyer's documentation for details.
Objective-C:
Expand Down Expand Up @@ -429,15 +429,15 @@ NS_SWIFT_NAME(logEvent(name:values:completionHandler:));
@param productIdentifier The product identifier
@param price The product price
@param currency The product currency
@param tranactionId The purchase transaction Id
@param transactionId The purchase transaction Id
@param params The additional param, which you want to receive it in the raw reports
@param successBlock The success callback
@param failedBlock The failure callback
*/
- (void)validateAndLogInAppPurchase:(NSString * _Nullable)productIdentifier
price:(NSString * _Nullable)price
currency:(NSString * _Nullable)currency
transactionId:(NSString * _Nullable)tranactionId
transactionId:(NSString * _Nullable)transactionId
additionalParameters:(NSDictionary * _Nullable)params
success:(void (^ _Nullable)(NSDictionary * response))successBlock
failure:(void (^ _Nullable)(NSError * _Nullable error, id _Nullable reponse))failedBlock NS_AVAILABLE(10_7, 7_0);
Expand All @@ -464,7 +464,7 @@ NS_SWIFT_NAME(logEvent(name:values:completionHandler:));
/**
In case you want to log deep linking. Does the same as `-handleOpenURL:sourceApplication:withAnnotation`.
@warning Prefered to use `-handleOpenURL:sourceApplication:withAnnotation`.
@warning Preferred to use `-handleOpenURL:sourceApplication:withAnnotation`.
@param url The URL that was passed to your AppDelegate.
@param sourceApplication The sourceApplication that passed to your AppDelegate.
Expand Down
Binary file modified iOS-Strict/AppsFlyerLib.framework/Versions/A/AppsFlyerLib
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppsFlyerLib.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 6.1.3 (43)
// AppsFlyer iOS SDK 6.1.4 (48)
// Copyright (c) 2012-2020 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -47,7 +47,7 @@ NS_ASSUME_NONNULL_BEGIN

// In app event parameter names
#define AFEventParamContent @"af_content"
#define AFEventParamAchievenmentId @"af_achievement_id"
#define AFEventParamAchievementId @"af_achievement_id"
#define AFEventParamLevel @"af_level"
#define AFEventParamScore @"af_score"
#define AFEventParamSuccess @"af_success"
Expand Down Expand Up @@ -78,7 +78,7 @@ NS_ASSUME_NONNULL_BEGIN
#define AFEventProjectedParamRevenue @"af_projected_revenue"
#define AFEventParamReceiptId @"af_receipt_id"
#define AFEventParamTutorialId @"af_tutorial_id"
#define AFEventParamAchievenmentId @"af_achievement_id"
#define AFEventParamAchievementId @"af_achievement_id"
#define AFEventParamVirtualCurrencyName @"af_virtual_currency_name"
#define AFEventParamDeepLink @"af_deep_link"
#define AFEventParamOldVersion @"af_old_version"
Expand Down Expand Up @@ -186,7 +186,7 @@ NS_SWIFT_NAME(DeepLinkDelegate)
dictionary.
@discussion This method replaces all header fields that may have
existed before this method ESP resolving call.
To keep default SDK dehavior - return nil;
To keep default SDK behavior - return nil;
*/
- (NSDictionary <NSString *, NSString *> * _Nullable)allHTTPHeaderFieldsForResolveDeepLinkURL:(NSURL *)URL;

Expand Down Expand Up @@ -374,7 +374,7 @@ NS_SWIFT_NAME(DeepLinkDelegate)
- (void)startWithCompletionHandler:(void (^ _Nullable)(NSDictionary<NSString *, id> * _Nullable dictionary, NSError * _Nullable error))completionHandler;

/**
Use this method to log an events with mulitple values. See AppsFlyer's documentation for details.
Use this method to log an events with multiple values. See AppsFlyer's documentation for details.
Objective-C:
Expand Down Expand Up @@ -413,15 +413,15 @@ NS_SWIFT_NAME(logEvent(name:values:completionHandler:));
@param productIdentifier The product identifier
@param price The product price
@param currency The product currency
@param tranactionId The purchase transaction Id
@param transactionId The purchase transaction Id
@param params The additional param, which you want to receive it in the raw reports
@param successBlock The success callback
@param failedBlock The failure callback
*/
- (void)validateAndLogInAppPurchase:(NSString * _Nullable)productIdentifier
price:(NSString * _Nullable)price
currency:(NSString * _Nullable)currency
transactionId:(NSString * _Nullable)tranactionId
transactionId:(NSString * _Nullable)transactionId
additionalParameters:(NSDictionary * _Nullable)params
success:(void (^ _Nullable)(NSDictionary * response))successBlock
failure:(void (^ _Nullable)(NSError * _Nullable error, id _Nullable reponse))failedBlock NS_AVAILABLE(10_7, 7_0);
Expand All @@ -448,7 +448,7 @@ NS_SWIFT_NAME(logEvent(name:values:completionHandler:));
/**
In case you want to log deep linking. Does the same as `-handleOpenURL:sourceApplication:withAnnotation`.
@warning Prefered to use `-handleOpenURL:sourceApplication:withAnnotation`.
@warning Preferred to use `-handleOpenURL:sourceApplication:withAnnotation`.
@param url The URL that was passed to your AppDelegate.
@param sourceApplication The sourceApplication that passed to your AppDelegate.
Expand Down
Binary file modified iOS/AppsFlyerLib.framework/Versions/A/AppsFlyerLib
Binary file not shown.
Loading

0 comments on commit c03c240

Please sign in to comment.