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 Nov 6, 2022
1 parent e04fd6e commit 8caf67c
Show file tree
Hide file tree
Showing 93 changed files with 196 additions and 272 deletions.
32 changes: 16 additions & 16 deletions AppsFlyerLib.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>tvos-arm64_x86_64-simulator</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>AppsFlyerLib.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -15,38 +15,42 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>maccatalyst</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>tvos-arm64</string>
<string>ios-arm64_armv7</string>
<key>LibraryPath</key>
<string>AppsFlyerLib.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<string>ios</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>AppsFlyerLib.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>tvos-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>AppsFlyerLib.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -55,25 +59,21 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>tvos-arm64</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>tvos</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
// AppsFlyerLib.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 6.8.1 (86)
// AppsFlyer iOS SDK 6.9.0 (90)
// Copyright (c) 2012-2020 AppsFlyer Ltd. All rights reserved.
//

#import <Foundation/Foundation.h>

#import "AppsFlyerCrossPromotionHelper.h"
#import "AppsFlyerShareInviteHelper.h"
#import "AppsFlyerDeepLinkResult.h"
#import "AppsFlyerDeepLink.h"
#import <AppsFlyerLib/AppsFlyerCrossPromotionHelper.h>
#import <AppsFlyerLib/AppsFlyerShareInviteHelper.h>
#import <AppsFlyerLib/AppsFlyerDeepLinkResult.h>
#import <AppsFlyerLib/AppsFlyerDeepLink.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down Expand Up @@ -136,10 +136,6 @@ NS_ASSUME_NONNULL_BEGIN
typedef enum {
/// None
EmailCryptTypeNone = 0,
/// SHA1
EmailCryptTypeSHA1 = 1,
/// MD5
EmailCryptTypeMD5 = 2,
/// SHA256
EmailCryptTypeSHA256 = 3
} EmailCryptType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <Foundation/Foundation.h>
#import "AppsFlyerLinkGenerator.h"
#import <AppsFlyerLib/AppsFlyerLinkGenerator.h>

/**
AppsFlyerShareInviteHelper
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
// AppsFlyerLib.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 6.8.1 (86)
// AppsFlyer iOS SDK 6.9.0 (90)
// Copyright (c) 2012-2020 AppsFlyer Ltd. All rights reserved.
//

#import <Foundation/Foundation.h>

#import "AppsFlyerCrossPromotionHelper.h"
#import "AppsFlyerShareInviteHelper.h"
#import "AppsFlyerDeepLinkResult.h"
#import "AppsFlyerDeepLink.h"
#import <AppsFlyerLib/AppsFlyerCrossPromotionHelper.h>
#import <AppsFlyerLib/AppsFlyerShareInviteHelper.h>
#import <AppsFlyerLib/AppsFlyerDeepLinkResult.h>
#import <AppsFlyerLib/AppsFlyerDeepLink.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down Expand Up @@ -136,10 +136,6 @@ NS_ASSUME_NONNULL_BEGIN
typedef enum {
/// None
EmailCryptTypeNone = 0,
/// SHA1
EmailCryptTypeSHA1 = 1,
/// MD5
EmailCryptTypeMD5 = 2,
/// SHA256
EmailCryptTypeSHA256 = 3
} EmailCryptType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <Foundation/Foundation.h>
#import "AppsFlyerLinkGenerator.h"
#import <AppsFlyerLib/AppsFlyerLinkGenerator.h>

/**
AppsFlyerShareInviteHelper
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,19 +18,19 @@
</data>
<key>Headers/AppsFlyerLib.h</key>
<data>
e0i4gIZO8lk3Y5/RQQNDWYpMzhE=
reOIQlmS1yhJBe7PBk1f6VcEh/0=
</data>
<key>Headers/AppsFlyerLinkGenerator.h</key>
<data>
dmn7cx6Z5wxK92gRzGUwPeRiZFg=
</data>
<key>Headers/AppsFlyerShareInviteHelper.h</key>
<data>
d9/NIwpZ+CNQ8zsxhNkHTT7kpRE=
LysKB9CL90x+MWXOuuRPixmiVJo=
</data>
<key>Info.plist</key>
<data>
O2zvXiEDFVHNpJ4xZ5VDoHMIOwk=
eaghSs6nFXg4S5apbmFlQ4bTNJ0=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -76,11 +76,11 @@
<dict>
<key>hash</key>
<data>
e0i4gIZO8lk3Y5/RQQNDWYpMzhE=
reOIQlmS1yhJBe7PBk1f6VcEh/0=
</data>
<key>hash2</key>
<data>
V26BHxhxM40rLWDHI8+auAPD4sXcO3GAk/CAD1CuyHc=
+stfsMeKMo3TE4ooYErev4u85C6dKC7KjIlKpz9OMKs=
</data>
</dict>
<key>Headers/AppsFlyerLinkGenerator.h</key>
Expand All @@ -98,11 +98,11 @@
<dict>
<key>hash</key>
<data>
d9/NIwpZ+CNQ8zsxhNkHTT7kpRE=
LysKB9CL90x+MWXOuuRPixmiVJo=
</data>
<key>hash2</key>
<data>
dcwbMQEM8N0Ugem7QbAWWGP+hfO/0vlued2Pep6IKtc=
PPGAG29u7O6ly0pq4HZsZxW1zcqL/viEKKBfZ6qzfdE=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
// AppsFlyerLib.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 6.8.1 (86)
// AppsFlyer iOS SDK 6.9.0 (90)
// Copyright (c) 2012-2020 AppsFlyer Ltd. All rights reserved.
//

#import <Foundation/Foundation.h>

#import "AppsFlyerCrossPromotionHelper.h"
#import "AppsFlyerShareInviteHelper.h"
#import "AppsFlyerDeepLinkResult.h"
#import "AppsFlyerDeepLink.h"
#import <AppsFlyerLib/AppsFlyerCrossPromotionHelper.h>
#import <AppsFlyerLib/AppsFlyerShareInviteHelper.h>
#import <AppsFlyerLib/AppsFlyerDeepLinkResult.h>
#import <AppsFlyerLib/AppsFlyerDeepLink.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down Expand Up @@ -136,10 +136,6 @@ NS_ASSUME_NONNULL_BEGIN
typedef enum {
/// None
EmailCryptTypeNone = 0,
/// SHA1
EmailCryptTypeSHA1 = 1,
/// MD5
EmailCryptTypeMD5 = 2,
/// SHA256
EmailCryptTypeSHA256 = 3
} EmailCryptType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <Foundation/Foundation.h>
#import "AppsFlyerLinkGenerator.h"
#import <AppsFlyerLib/AppsFlyerLinkGenerator.h>

/**
AppsFlyerShareInviteHelper
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>21F79</string>
<string>21G115</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,16 +2,16 @@
// AppsFlyerLib.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 6.8.1 (86)
// AppsFlyer iOS SDK 6.9.0 (90)
// Copyright (c) 2012-2020 AppsFlyer Ltd. All rights reserved.
//

#import <Foundation/Foundation.h>

#import "AppsFlyerCrossPromotionHelper.h"
#import "AppsFlyerShareInviteHelper.h"
#import "AppsFlyerDeepLinkResult.h"
#import "AppsFlyerDeepLink.h"
#import <AppsFlyerLib/AppsFlyerCrossPromotionHelper.h>
#import <AppsFlyerLib/AppsFlyerShareInviteHelper.h>
#import <AppsFlyerLib/AppsFlyerDeepLinkResult.h>
#import <AppsFlyerLib/AppsFlyerDeepLink.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down Expand Up @@ -136,10 +136,6 @@ NS_ASSUME_NONNULL_BEGIN
typedef enum {
/// None
EmailCryptTypeNone = 0,
/// SHA1
EmailCryptTypeSHA1 = 1,
/// MD5
EmailCryptTypeMD5 = 2,
/// SHA256
EmailCryptTypeSHA256 = 3
} EmailCryptType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <Foundation/Foundation.h>
#import "AppsFlyerLinkGenerator.h"
#import <AppsFlyerLib/AppsFlyerLinkGenerator.h>

/**
AppsFlyerShareInviteHelper
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>21F79</string>
<string>21G115</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,16 +2,16 @@
// AppsFlyerLib.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 6.8.1 (86)
// AppsFlyer iOS SDK 6.9.0 (90)
// Copyright (c) 2012-2020 AppsFlyer Ltd. All rights reserved.
//

#import <Foundation/Foundation.h>

#import "AppsFlyerCrossPromotionHelper.h"
#import "AppsFlyerShareInviteHelper.h"
#import "AppsFlyerDeepLinkResult.h"
#import "AppsFlyerDeepLink.h"
#import <AppsFlyerLib/AppsFlyerCrossPromotionHelper.h>
#import <AppsFlyerLib/AppsFlyerShareInviteHelper.h>
#import <AppsFlyerLib/AppsFlyerDeepLinkResult.h>
#import <AppsFlyerLib/AppsFlyerDeepLink.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down Expand Up @@ -136,10 +136,6 @@ NS_ASSUME_NONNULL_BEGIN
typedef enum {
/// None
EmailCryptTypeNone = 0,
/// SHA1
EmailCryptTypeSHA1 = 1,
/// MD5
EmailCryptTypeMD5 = 2,
/// SHA256
EmailCryptTypeSHA256 = 3
} EmailCryptType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <Foundation/Foundation.h>
#import "AppsFlyerLinkGenerator.h"
#import <AppsFlyerLib/AppsFlyerLinkGenerator.h>

/**
AppsFlyerShareInviteHelper
Expand Down
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 8caf67c

Please sign in to comment.