Skip to content

Commit

Permalink
Jenkins auto build
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-kremer93 committed May 2, 2023
1 parent c9fa14a commit 8e9a077
Show file tree
Hide file tree
Showing 74 changed files with 183 additions and 145 deletions.
36 changes: 18 additions & 18 deletions AppsFlyerLib.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,87 +6,87 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>tvos-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>AppsFlyerLib.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>tvos-arm64</string>
<key>LibraryPath</key>
<string>AppsFlyerLib.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>tvos</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>tvos-arm64</string>
<string>macos-arm64_x86_64</string>
<key>LibraryPath</key>
<string>AppsFlyerLib.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<string>macos</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>tvos-arm64_x86_64-simulator</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>AppsFlyerLib.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>AppsFlyerLib.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>maccatalyst</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>macos-arm64_x86_64</string>
<string>ios-arm64_armv7</string>
<key>LibraryPath</key>
<string>AppsFlyerLib.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
<string>armv7</string>
</array>
<key>SupportedPlatform</key>
<string>macos</string>
<string>ios</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.10.1 (109)
// AppsFlyer iOS SDK 6.11.0 (114)
// Copyright (c) 2012-2023 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -140,7 +140,7 @@ typedef enum {
EmailCryptTypeSHA256 = 3
} EmailCryptType;

typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) {
typedef NS_CLOSED_ENUM(NSInteger, AFSDKPlugin) {
AFSDKPluginIOSNative,
AFSDKPluginUnity,
AFSDKPluginFlutter,
Expand All @@ -159,7 +159,6 @@ typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) {
AFSDKPluginAdobeSwiftAEP
} NS_SWIFT_NAME(Plugin);

@class AFSDKPluginInfo;

NS_SWIFT_NAME(DeepLinkDelegate)
@protocol AppsFlyerDeepLinkDelegate <NSObject>
Expand Down Expand Up @@ -395,8 +394,11 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:));
/**
Internal API. Please don't use.
*/
- (void)setPluginInfoWith:(AFSDKPlugin)plugin pluginVersion:(NSString *)version additionalParams:(NSDictionary * _Nullable)additionalParams
- (void)setPluginInfoWith:(AFSDKPlugin)plugin
pluginVersion:(NSString *)version
additionalParams:(NSDictionary * _Nullable)additionalParams
NS_SWIFT_NAME(setPluginInfo(plugin:version:additionalParams:));

/**
Enable the collection of Facebook Deferred AppLinks
Requires Facebook SDK and Facebook app on target/client device.
Expand Down
Binary file not shown.
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.10.1 (109)
// AppsFlyer iOS SDK 6.11.0 (114)
// Copyright (c) 2012-2023 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -140,7 +140,7 @@ typedef enum {
EmailCryptTypeSHA256 = 3
} EmailCryptType;

typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) {
typedef NS_CLOSED_ENUM(NSInteger, AFSDKPlugin) {
AFSDKPluginIOSNative,
AFSDKPluginUnity,
AFSDKPluginFlutter,
Expand All @@ -159,7 +159,6 @@ typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) {
AFSDKPluginAdobeSwiftAEP
} NS_SWIFT_NAME(Plugin);

@class AFSDKPluginInfo;

NS_SWIFT_NAME(DeepLinkDelegate)
@protocol AppsFlyerDeepLinkDelegate <NSObject>
Expand Down Expand Up @@ -395,8 +394,11 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:));
/**
Internal API. Please don't use.
*/
- (void)setPluginInfoWith:(AFSDKPlugin)plugin pluginVersion:(NSString *)version additionalParams:(NSDictionary * _Nullable)additionalParams
- (void)setPluginInfoWith:(AFSDKPlugin)plugin
pluginVersion:(NSString *)version
additionalParams:(NSDictionary * _Nullable)additionalParams
NS_SWIFT_NAME(setPluginInfo(plugin:version:additionalParams:));

/**
Enable the collection of Facebook Deferred AppLinks
Requires Facebook SDK and Facebook app on target/client device.
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</data>
<key>Headers/AppsFlyerLib.h</key>
<data>
uBXgt5Xi9M/LiREZfp3VDci4I5A=
BRCaV2SFcVfoUOnDLWs9rdh4b0Q=
</data>
<key>Headers/AppsFlyerLinkGenerator.h</key>
<data>
Expand All @@ -30,7 +30,7 @@
</data>
<key>Info.plist</key>
<data>
gYM+zHUHHvhqlzch75JPIbJ3KXY=
ORhCq4ii9z/2Bbnmzww5zh0FPaI=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -76,11 +76,11 @@
<dict>
<key>hash</key>
<data>
uBXgt5Xi9M/LiREZfp3VDci4I5A=
BRCaV2SFcVfoUOnDLWs9rdh4b0Q=
</data>
<key>hash2</key>
<data>
V4w5wQzGgCGHQJZ2BigXiS+BDK58DfSlRaxCyRcezlw=
sQXQgO2PxI/ue0bApSgSsvmlUN2OfRjolidDXo3g8Uc=
</data>
</dict>
<key>Headers/AppsFlyerLinkGenerator.h</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.10.1 (109)
// AppsFlyer iOS SDK 6.11.0 (114)
// Copyright (c) 2012-2023 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -140,7 +140,7 @@ typedef enum {
EmailCryptTypeSHA256 = 3
} EmailCryptType;

typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) {
typedef NS_CLOSED_ENUM(NSInteger, AFSDKPlugin) {
AFSDKPluginIOSNative,
AFSDKPluginUnity,
AFSDKPluginFlutter,
Expand All @@ -159,7 +159,6 @@ typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) {
AFSDKPluginAdobeSwiftAEP
} NS_SWIFT_NAME(Plugin);

@class AFSDKPluginInfo;

NS_SWIFT_NAME(DeepLinkDelegate)
@protocol AppsFlyerDeepLinkDelegate <NSObject>
Expand Down Expand Up @@ -395,8 +394,11 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:));
/**
Internal API. Please don't use.
*/
- (void)setPluginInfoWith:(AFSDKPlugin)plugin pluginVersion:(NSString *)version additionalParams:(NSDictionary * _Nullable)additionalParams
- (void)setPluginInfoWith:(AFSDKPlugin)plugin
pluginVersion:(NSString *)version
additionalParams:(NSDictionary * _Nullable)additionalParams
NS_SWIFT_NAME(setPluginInfo(plugin:version:additionalParams:));

/**
Enable the collection of Facebook Deferred AppLinks
Requires Facebook SDK and Facebook app on target/client device.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>22D68</string>
<string>22E252</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</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.10.1 (109)
// AppsFlyer iOS SDK 6.11.0 (114)
// Copyright (c) 2012-2023 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -140,7 +140,7 @@ typedef enum {
EmailCryptTypeSHA256 = 3
} EmailCryptType;

typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) {
typedef NS_CLOSED_ENUM(NSInteger, AFSDKPlugin) {
AFSDKPluginIOSNative,
AFSDKPluginUnity,
AFSDKPluginFlutter,
Expand All @@ -159,7 +159,6 @@ typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) {
AFSDKPluginAdobeSwiftAEP
} NS_SWIFT_NAME(Plugin);

@class AFSDKPluginInfo;

NS_SWIFT_NAME(DeepLinkDelegate)
@protocol AppsFlyerDeepLinkDelegate <NSObject>
Expand Down Expand Up @@ -395,8 +394,11 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:));
/**
Internal API. Please don't use.
*/
- (void)setPluginInfoWith:(AFSDKPlugin)plugin pluginVersion:(NSString *)version additionalParams:(NSDictionary * _Nullable)additionalParams
- (void)setPluginInfoWith:(AFSDKPlugin)plugin
pluginVersion:(NSString *)version
additionalParams:(NSDictionary * _Nullable)additionalParams
NS_SWIFT_NAME(setPluginInfo(plugin:version:additionalParams:));

/**
Enable the collection of Facebook Deferred AppLinks
Requires Facebook SDK and Facebook app on target/client device.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>22D68</string>
<string>22E252</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</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.10.1 (109)
// AppsFlyer iOS SDK 6.11.0 (114)
// Copyright (c) 2012-2023 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -140,7 +140,7 @@ typedef enum {
EmailCryptTypeSHA256 = 3
} EmailCryptType;

typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) {
typedef NS_CLOSED_ENUM(NSInteger, AFSDKPlugin) {
AFSDKPluginIOSNative,
AFSDKPluginUnity,
AFSDKPluginFlutter,
Expand All @@ -159,7 +159,6 @@ typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) {
AFSDKPluginAdobeSwiftAEP
} NS_SWIFT_NAME(Plugin);

@class AFSDKPluginInfo;

NS_SWIFT_NAME(DeepLinkDelegate)
@protocol AppsFlyerDeepLinkDelegate <NSObject>
Expand Down Expand Up @@ -395,8 +394,11 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:));
/**
Internal API. Please don't use.
*/
- (void)setPluginInfoWith:(AFSDKPlugin)plugin pluginVersion:(NSString *)version additionalParams:(NSDictionary * _Nullable)additionalParams
- (void)setPluginInfoWith:(AFSDKPlugin)plugin
pluginVersion:(NSString *)version
additionalParams:(NSDictionary * _Nullable)additionalParams
NS_SWIFT_NAME(setPluginInfo(plugin:version:additionalParams:));

/**
Enable the collection of Facebook Deferred AppLinks
Requires Facebook SDK and Facebook app on target/client device.
Expand Down
Binary file not shown.
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.10.1 (109)
// AppsFlyer iOS SDK 6.11.0 (114)
// Copyright (c) 2012-2023 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -140,7 +140,7 @@ typedef enum {
EmailCryptTypeSHA256 = 3
} EmailCryptType;

typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) {
typedef NS_CLOSED_ENUM(NSInteger, AFSDKPlugin) {
AFSDKPluginIOSNative,
AFSDKPluginUnity,
AFSDKPluginFlutter,
Expand All @@ -159,7 +159,6 @@ typedef NS_CLOSED_ENUM (NSInteger ,AFSDKPlugin) {
AFSDKPluginAdobeSwiftAEP
} NS_SWIFT_NAME(Plugin);

@class AFSDKPluginInfo;

NS_SWIFT_NAME(DeepLinkDelegate)
@protocol AppsFlyerDeepLinkDelegate <NSObject>
Expand Down Expand Up @@ -395,8 +394,11 @@ NS_SWIFT_NAME(waitForATTUserAuthorization(timeoutInterval:));
/**
Internal API. Please don't use.
*/
- (void)setPluginInfoWith:(AFSDKPlugin)plugin pluginVersion:(NSString *)version additionalParams:(NSDictionary * _Nullable)additionalParams
- (void)setPluginInfoWith:(AFSDKPlugin)plugin
pluginVersion:(NSString *)version
additionalParams:(NSDictionary * _Nullable)additionalParams
NS_SWIFT_NAME(setPluginInfo(plugin:version:additionalParams:));

/**
Enable the collection of Facebook Deferred AppLinks
Requires Facebook SDK and Facebook app on target/client device.
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 8e9a077

Please sign in to comment.