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

Commit ee99a18

Browse files
authored
Merge pull request #389 from Adobe-Marketing-Cloud/4.21.1
ios 4.21.1 release
2 parents f39a7ab + a908392 commit ee99a18

File tree

19 files changed

+20
-17
lines changed

19 files changed

+20
-17
lines changed

sdks/iOS/AdobeMobileLibrary/ADBMobile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Copyright 1996-2020. Adobe, Inc. All Rights Reserved
66
//
7-
// SDK Version: 4.21.0
7+
// SDK Version: 4.21.1
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Copyright 1996-2020. Adobe, Inc. All Rights Reserved
66
//
7-
// SDK Version: 4.21.0
7+
// SDK Version: 4.21.1
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Copyright 1996-2020. Adobe, Inc. All Rights Reserved
66
//
7-
// SDK Version: 4.21.0
7+
// SDK Version: 4.21.1
88

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

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,35 +8,35 @@
88
<key>HeadersPath</key>
99
<string>Headers</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64_armv7_armv7s</string>
11+
<string>ios-arm64_i386_x86_64-simulator</string>
1212
<key>LibraryPath</key>
1313
<string>libAdobeMobile_Extension.a</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17-
<string>armv7</string>
18-
<string>armv7s</string>
17+
<string>i386</string>
18+
<string>x86_64</string>
1919
</array>
2020
<key>SupportedPlatform</key>
2121
<string>ios</string>
22+
<key>SupportedPlatformVariant</key>
23+
<string>simulator</string>
2224
</dict>
2325
<dict>
2426
<key>HeadersPath</key>
2527
<string>Headers</string>
2628
<key>LibraryIdentifier</key>
27-
<string>ios-arm64_i386_x86_64-simulator</string>
29+
<string>ios-arm64_armv7_armv7s</string>
2830
<key>LibraryPath</key>
2931
<string>libAdobeMobile_Extension.a</string>
3032
<key>SupportedArchitectures</key>
3133
<array>
3234
<string>arm64</string>
33-
<string>i386</string>
34-
<string>x86_64</string>
35+
<string>armv7</string>
36+
<string>armv7s</string>
3537
</array>
3638
<key>SupportedPlatform</key>
3739
<string>ios</string>
38-
<key>SupportedPlatformVariant</key>
39-
<string>simulator</string>
4040
</dict>
4141
</array>
4242
<key>CFBundlePackageType</key>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Copyright 1996-2020. Adobe, Inc. All Rights Reserved
66
//
7-
// SDK Version: 4.21.0
7+
// SDK Version: 4.21.1
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Copyright 1996-2020. Adobe, Inc. All Rights Reserved
66
//
7-
// SDK Version: 4.21.0
7+
// SDK Version: 4.21.1
88

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

0 commit comments

Comments
 (0)