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

Commit

Permalink
Merge pull request #391 from Adobe-Marketing-Cloud/cocoapod-4.21.2
Browse files Browse the repository at this point in the history
Update cocoapods for v4.21.2 release
  • Loading branch information
shalehaha committed Apr 14, 2021
2 parents 2ff290a + c95df84 commit 505a3f6
Show file tree
Hide file tree
Showing 20 changed files with 28 additions and 25 deletions.
4 changes: 2 additions & 2 deletions AdobeMobileLibrary/ADBMobile.h
Expand Up @@ -2,9 +2,9 @@
// ADBMobile.h
// Adobe Experience Cloud -- iOS Library
//
// Copyright 1996-2020. Adobe, Inc. All Rights Reserved
// Copyright 1996-2021. Adobe, Inc. All Rights Reserved
//
// SDK Version: 4.21.1
// SDK Version: 4.21.2

#import <Foundation/Foundation.h>
@class CLLocation, CLBeacon, TVApplicationController,
Expand Down
Expand Up @@ -2,9 +2,9 @@
// ADBMobile.h
// Adobe Experience Cloud -- iOS Library
//
// Copyright 1996-2020. Adobe, Inc. All Rights Reserved
// Copyright 1996-2021. Adobe, Inc. All Rights Reserved
//
// SDK Version: 4.21.1
// SDK Version: 4.21.2

#import <Foundation/Foundation.h>
@class CLLocation, CLBeacon, TVApplicationController,
Expand Down
Binary file not shown.
Expand Up @@ -2,9 +2,9 @@
// ADBMobile.h
// Adobe Experience Cloud -- iOS Library
//
// Copyright 1996-2020. Adobe, Inc. All Rights Reserved
// Copyright 1996-2021. Adobe, Inc. All Rights Reserved
//
// SDK Version: 4.21.1
// SDK Version: 4.21.2

#import <Foundation/Foundation.h>
@class CLLocation, CLBeacon, TVApplicationController,
Expand Down
Binary file not shown.
Expand Up @@ -2,9 +2,9 @@
// ADBMobile.h
// Adobe Experience Cloud -- iOS Library
//
// Copyright 1996-2020. Adobe, Inc. All Rights Reserved
// Copyright 1996-2021. Adobe, Inc. All Rights Reserved
//
// SDK Version: 4.21.1
// SDK Version: 4.21.2

#import <Foundation/Foundation.h>
@class CLLocation, CLBeacon, TVApplicationController,
Expand Down
Binary file not shown.
Expand Up @@ -2,9 +2,9 @@
// ADBMobile.h
// Adobe Experience Cloud -- iOS Library
//
// Copyright 1996-2020. Adobe, Inc. All Rights Reserved
// Copyright 1996-2021. Adobe, Inc. All Rights Reserved
//
// SDK Version: 4.21.1
// SDK Version: 4.21.2

#import <Foundation/Foundation.h>
@class CLLocation, CLBeacon, TVApplicationController,
Expand Down
Binary file not shown.
10 changes: 5 additions & 5 deletions AdobeMobileLibrary/AdobeMobileTV.xcframework/Info.plist
Expand Up @@ -8,32 +8,32 @@
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
<string>tvos-arm64_x86_64-simulator</string>
<string>tvos-arm64</string>
<key>LibraryPath</key>
<string>libAdobeMobile_TV.a</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
<string>tvos-arm64</string>
<string>tvos-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>libAdobeMobile_TV.a</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Expand Up @@ -2,9 +2,9 @@
// ADBMobile.h
// Adobe Experience Cloud -- iOS Library
//
// Copyright 1996-2020. Adobe, Inc. All Rights Reserved
// Copyright 1996-2021. Adobe, Inc. All Rights Reserved
//
// SDK Version: 4.21.1
// SDK Version: 4.21.2

#import <Foundation/Foundation.h>
@class CLLocation, CLBeacon, TVApplicationController,
Expand Down
Binary file not shown.
Expand Up @@ -2,9 +2,9 @@
// ADBMobile.h
// Adobe Experience Cloud -- iOS Library
//
// Copyright 1996-2020. Adobe, Inc. All Rights Reserved
// Copyright 1996-2021. Adobe, Inc. All Rights Reserved
//
// SDK Version: 4.21.1
// SDK Version: 4.21.2

#import <Foundation/Foundation.h>
@class CLLocation, CLBeacon, TVApplicationController,
Expand Down
Binary file not shown.
Expand Up @@ -2,9 +2,9 @@
// ADBMobile.h
// Adobe Experience Cloud -- iOS Library
//
// Copyright 1996-2020. Adobe, Inc. All Rights Reserved
// Copyright 1996-2021. Adobe, Inc. All Rights Reserved
//
// SDK Version: 4.21.1
// SDK Version: 4.21.2

#import <Foundation/Foundation.h>
@class CLLocation, CLBeacon, TVApplicationController,
Expand Down
Binary file not shown.
Expand Up @@ -2,9 +2,9 @@
// ADBMobile.h
// Adobe Experience Cloud -- iOS Library
//
// Copyright 1996-2020. Adobe, Inc. All Rights Reserved
// Copyright 1996-2021. Adobe, Inc. All Rights Reserved
//
// SDK Version: 4.21.1
// SDK Version: 4.21.2

#import <Foundation/Foundation.h>
@class CLLocation, CLBeacon, TVApplicationController,
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions AdobeMobileSDK.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AdobeMobileSDK"
s.version = "4.21.1"
s.version = "4.21.2"
s.summary = "Adobe Mobile Services SDK. Written and Supported by Adobe and is the only official Adobe Pod for the Adobe Mobile Services SDK."
s.description = <<-DESC
The Adobe Experience Cloud Mobile libraries allow you to capture native app activity (user, usage, behavior, gestures, etc.) and forward that data to Adobe collection servers for use in Analytics reporting. Many of the libraries also include Test&Target mbox capability for A/B and multivariate testing within your mobile app, and audience measurement capabilities through Adobe AudienceManager.
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|

s.license = {:type => "Commercial", :text => "Adobe Systems Incorporated All Rights Reserved"}
s.author = "Adobe Mobile SDK Team"
s.source = { :git => 'https://github.com/Adobe-Marketing-Cloud/mobile-services.git', :tag => "v4.21.1-cocoapod" }
s.source = { :git => 'https://github.com/Adobe-Marketing-Cloud/mobile-services.git', :tag => "v4.21.2-cocoapod" }

s.cocoapods_version = ">= 1.10"
s.default_subspec = "iOS"
Expand Down
3 changes: 3 additions & 0 deletions ReleaseNotes.txt
Expand Up @@ -5,6 +5,9 @@ Included are notes from the latest major revision to current.
For full SDK documentation, please visit:
https://marketing.adobe.com/resources/help/en_US/mobile/ios/

4.21.2 (13 Apr, 2021)
- Visitor ID Service - Fixed an issue where empty advertising identifiers were synced to the Visitor ID Service.

4.21.1 (13 Jan, 2021)
- General - Fixed an issue that could cause sqlite exception during app shut down.

Expand Down

0 comments on commit 505a3f6

Please sign in to comment.