Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit 8e39337

Browse files
authored
Merge pull request #390 from Adobe-Marketing-Cloud/v4.21.2
ios 4.21.2 release
2 parents ee99a18 + 3a2fa2a commit 8e39337

File tree

19 files changed

+26
-23
lines changed

19 files changed

+26
-23
lines changed

sdks/iOS/AdobeMobileLibrary/ADBMobile.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
// ADBMobile.h
33
// Adobe Experience Cloud -- iOS Library
44
//
5-
// Copyright 1996-2020. Adobe, Inc. All Rights Reserved
5+
// Copyright 1996-2021. Adobe, Inc. All Rights Reserved
66
//
7-
// SDK Version: 4.21.1
7+
// SDK Version: 4.21.2
88

99
#import <Foundation/Foundation.h>
1010
@class CLLocation, CLBeacon, TVApplicationController,

sdks/iOS/AdobeMobileLibrary/AdobeMobile.xcframework/ios-arm64_armv7_armv7s/Headers/iOS/ADBMobile.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
// ADBMobile.h
33
// Adobe Experience Cloud -- iOS Library
44
//
5-
// Copyright 1996-2020. Adobe, Inc. All Rights Reserved
5+
// Copyright 1996-2021. Adobe, Inc. All Rights Reserved
66
//
7-
// SDK Version: 4.21.1
7+
// SDK Version: 4.21.2
88

99
#import <Foundation/Foundation.h>
1010
@class CLLocation, CLBeacon, TVApplicationController,
Binary file not shown.

sdks/iOS/AdobeMobileLibrary/AdobeMobile.xcframework/ios-arm64_i386_x86_64-simulator/Headers/iOS/ADBMobile.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
// ADBMobile.h
33
// Adobe Experience Cloud -- iOS Library
44
//
5-
// Copyright 1996-2020. Adobe, Inc. All Rights Reserved
5+
// Copyright 1996-2021. Adobe, Inc. All Rights Reserved
66
//
7-
// SDK Version: 4.21.1
7+
// SDK Version: 4.21.2
88

99
#import <Foundation/Foundation.h>
1010
@class CLLocation, CLBeacon, TVApplicationController,

sdks/iOS/AdobeMobileLibrary/AdobeMobileExtension.xcframework/ios-arm64_armv7_armv7s/Headers/extension/ADBMobile.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
// ADBMobile.h
33
// Adobe Experience Cloud -- iOS Library
44
//
5-
// Copyright 1996-2020. Adobe, Inc. All Rights Reserved
5+
// Copyright 1996-2021. Adobe, Inc. All Rights Reserved
66
//
7-
// SDK Version: 4.21.1
7+
// SDK Version: 4.21.2
88

99
#import <Foundation/Foundation.h>
1010
@class CLLocation, CLBeacon, TVApplicationController,

sdks/iOS/AdobeMobileLibrary/AdobeMobileExtension.xcframework/ios-arm64_i386_x86_64-simulator/Headers/extension/ADBMobile.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
// ADBMobile.h
33
// Adobe Experience Cloud -- iOS Library
44
//
5-
// Copyright 1996-2020. Adobe, Inc. All Rights Reserved
5+
// Copyright 1996-2021. Adobe, Inc. All Rights Reserved
66
//
7-
// SDK Version: 4.21.1
7+
// SDK Version: 4.21.2
88

99
#import <Foundation/Foundation.h>
1010
@class CLLocation, CLBeacon, TVApplicationController,

sdks/iOS/AdobeMobileLibrary/AdobeMobileTV.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@
88
<key>HeadersPath</key>
99
<string>Headers</string>
1010
<key>LibraryIdentifier</key>
11-
<string>tvos-arm64_x86_64-simulator</string>
11+
<string>tvos-arm64</string>
1212
<key>LibraryPath</key>
1313
<string>libAdobeMobile_TV.a</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17-
<string>x86_64</string>
1817
</array>
1918
<key>SupportedPlatform</key>
2019
<string>tvos</string>
21-
<key>SupportedPlatformVariant</key>
22-
<string>simulator</string>
2320
</dict>
2421
<dict>
2522
<key>HeadersPath</key>
2623
<string>Headers</string>
2724
<key>LibraryIdentifier</key>
28-
<string>tvos-arm64</string>
25+
<string>tvos-arm64_x86_64-simulator</string>
2926
<key>LibraryPath</key>
3027
<string>libAdobeMobile_TV.a</string>
3128
<key>SupportedArchitectures</key>
3229
<array>
3330
<string>arm64</string>
31+
<string>x86_64</string>
3432
</array>
3533
<key>SupportedPlatform</key>
3634
<string>tvos</string>
35+
<key>SupportedPlatformVariant</key>
36+
<string>simulator</string>
3737
</dict>
3838
</array>
3939
<key>CFBundlePackageType</key>

0 commit comments

Comments
 (0)