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 #362 from Adobe-Marketing-Cloud/cocoapods4.19.2
Browse files Browse the repository at this point in the history
-pods for 4.19.2
  • Loading branch information
sbenedicadb committed Mar 24, 2020
2 parents 33bfc28 + b872681 commit 57bfc54
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AdobeMobileLibrary/ADBMobile.h
Expand Up @@ -4,7 +4,7 @@
//
// Copyright 1996-2020. Adobe, Inc. All Rights Reserved
//
// SDK Version: 4.19.1
// SDK Version: 4.19.2

#import <Foundation/Foundation.h>
@class CLLocation, CLBeacon, TVApplicationController,
Expand Down
Binary file modified AdobeMobileLibrary/libAdobeMobile.a
Binary file not shown.
Binary file modified AdobeMobileLibrary/libAdobeMobile_Extension.a
Binary file not shown.
Binary file modified AdobeMobileLibrary/libAdobeMobile_TV.a
Binary file not shown.
Binary file modified AdobeMobileLibrary/libAdobeMobile_Watch.a
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.19.1"
s.version = "4.19.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.19.1-cocoapod" }
s.source = { :git => 'https://github.com/Adobe-Marketing-Cloud/mobile-services.git', :tag => "v4.19.2-cocoapod" }
s.platform = :ios, '5.0'

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.19.2 (24 Mar, 2020)
- General - Fixed some leaks in Target code.

4.19.1 (12 Mar, 2020)
- General - Resolved a potential crash caused when Swift enums are included in context data for tracking calls.
- Target – Target Session Id will now be added as a context data parameter ‘a.target.sessionId’ in the internal Analytics for Target hit sent to Adobe Analytics.
Expand Down

0 comments on commit 57bfc54

Please sign in to comment.