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 Feb 15, 2021
1 parent a3c663d commit b707127
Show file tree
Hide file tree
Showing 15 changed files with 24 additions and 24 deletions.
20 changes: 10 additions & 10 deletions MacCatalyst/AppsFlyerLib.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,45 +6,45 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-x86_64-maccatalyst</string>
<string>ios-armv7_arm64</string>
<key>LibraryPath</key>
<string>AppsFlyerLib.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>x86_64</string>
<string>armv7</string>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-i386_x86_64-simulator</string>
<string>ios-x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>AppsFlyerLib.framework</string>
<key>SupportedArchitectures</key>
<array>
<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>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.2.0 (56)
// AppsFlyer iOS SDK 6.2.1 (61)
// Copyright (c) 2012-2020 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -628,7 +628,7 @@ NS_SWIFT_NAME(appendParametersToDeeplinkURL(contains:parameters:));
* Allows sending custom data for partner integration purposes.
*
* @param partnerId ID of the partner (usually has "_int" suffix)
* @param partnerData customer data, depends on the integration nature with specific partner
* @param partnerInfo customer data, depends on the integration nature with specific partner
*/

- (void)setPartnerDataWithPartnerId:(NSString * _Nullable)partnerId partnerInfo:(NSDictionary<NSString *, id> * _Nullable)partnerInfo
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.2.0 (56)
// AppsFlyer iOS SDK 6.2.1 (61)
// Copyright (c) 2012-2020 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -628,7 +628,7 @@ NS_SWIFT_NAME(appendParametersToDeeplinkURL(contains:parameters:));
* Allows sending custom data for partner integration purposes.
*
* @param partnerId ID of the partner (usually has "_int" suffix)
* @param partnerData customer data, depends on the integration nature with specific partner
* @param partnerInfo customer data, depends on the integration nature with specific partner
*/

- (void)setPartnerDataWithPartnerId:(NSString * _Nullable)partnerId partnerInfo:(NSDictionary<NSString *, id> * _Nullable)partnerInfo
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.2.0 (56)
// AppsFlyer iOS SDK 6.2.1 (61)
// Copyright (c) 2012-2020 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -628,7 +628,7 @@ NS_SWIFT_NAME(appendParametersToDeeplinkURL(contains:parameters:));
* Allows sending custom data for partner integration purposes.
*
* @param partnerId ID of the partner (usually has "_int" suffix)
* @param partnerData customer data, depends on the integration nature with specific partner
* @param partnerInfo customer data, depends on the integration nature with specific partner
*/

- (void)setPartnerDataWithPartnerId:(NSString * _Nullable)partnerId partnerInfo:(NSDictionary<NSString *, id> * _Nullable)partnerInfo
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.2.0 (56)
// AppsFlyer iOS SDK 6.2.1 (61)
// Copyright (c) 2012-2020 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -612,7 +612,7 @@ NS_SWIFT_NAME(appendParametersToDeeplinkURL(contains:parameters:));
* Allows sending custom data for partner integration purposes.
*
* @param partnerId ID of the partner (usually has "_int" suffix)
* @param partnerData customer data, depends on the integration nature with specific partner
* @param partnerInfo customer data, depends on the integration nature with specific partner
*/

- (void)setPartnerDataWithPartnerId:(NSString * _Nullable)partnerId partnerInfo:(NSDictionary<NSString *, id> * _Nullable)partnerInfo
Expand Down
Binary file modified iOS/AppsFlyerLib.framework/Versions/A/AppsFlyerLib
Binary file not shown.
4 changes: 2 additions & 2 deletions iOS/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppsFlyerLib.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 6.2.0 (56)
// AppsFlyer iOS SDK 6.2.1 (61)
// Copyright (c) 2012-2020 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -628,7 +628,7 @@ NS_SWIFT_NAME(appendParametersToDeeplinkURL(contains:parameters:));
* Allows sending custom data for partner integration purposes.
*
* @param partnerId ID of the partner (usually has "_int" suffix)
* @param partnerData customer data, depends on the integration nature with specific partner
* @param partnerInfo customer data, depends on the integration nature with specific partner
*/

- (void)setPartnerDataWithPartnerId:(NSString * _Nullable)partnerId partnerInfo:(NSDictionary<NSString *, id> * _Nullable)partnerInfo
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.2.0 (56)
// AppsFlyer iOS SDK 6.2.1 (61)
// Copyright (c) 2012-2020 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -628,7 +628,7 @@ NS_SWIFT_NAME(appendParametersToDeeplinkURL(contains:parameters:));
* Allows sending custom data for partner integration purposes.
*
* @param partnerId ID of the partner (usually has "_int" suffix)
* @param partnerData customer data, depends on the integration nature with specific partner
* @param partnerInfo customer data, depends on the integration nature with specific partner
*/

- (void)setPartnerDataWithPartnerId:(NSString * _Nullable)partnerId partnerInfo:(NSDictionary<NSString *, id> * _Nullable)partnerInfo
Expand Down
Binary file modified tvOS/AppsFlyerLib.framework/Versions/A/AppsFlyerLib
Binary file not shown.
4 changes: 2 additions & 2 deletions tvOS/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppsFlyerLib.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 6.2.0 (56)
// AppsFlyer iOS SDK 6.2.1 (61)
// Copyright (c) 2012-2020 AppsFlyer Ltd. All rights reserved.
//

Expand Down Expand Up @@ -628,7 +628,7 @@ NS_SWIFT_NAME(appendParametersToDeeplinkURL(contains:parameters:));
* Allows sending custom data for partner integration purposes.
*
* @param partnerId ID of the partner (usually has "_int" suffix)
* @param partnerData customer data, depends on the integration nature with specific partner
* @param partnerInfo customer data, depends on the integration nature with specific partner
*/

- (void)setPartnerDataWithPartnerId:(NSString * _Nullable)partnerId partnerInfo:(NSDictionary<NSString *, id> * _Nullable)partnerInfo
Expand Down

0 comments on commit b707127

Please sign in to comment.