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

Commit 57bfc54

Browse files
authored
Merge pull request #362 from Adobe-Marketing-Cloud/cocoapods4.19.2
-pods for 4.19.2
2 parents 33bfc28 + b872681 commit 57bfc54

File tree

7 files changed

+6
-3
lines changed

7 files changed

+6
-3
lines changed

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.19.1
7+
// SDK Version: 4.19.2
88

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

AdobeMobileSDK.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "AdobeMobileSDK"
3-
s.version = "4.19.1"
3+
s.version = "4.19.2"
44
s.summary = "Adobe Mobile Services SDK. Written and Supported by Adobe and is the only official Adobe Pod for the Adobe Mobile Services SDK."
55
s.description = <<-DESC
66
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.
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010

1111
s.license = {:type => "Commercial", :text => "Adobe Systems Incorporated All Rights Reserved"}
1212
s.author = "Adobe Mobile SDK Team"
13-
s.source = { :git => 'https://github.com/Adobe-Marketing-Cloud/mobile-services.git', :tag => "v4.19.1-cocoapod" }
13+
s.source = { :git => 'https://github.com/Adobe-Marketing-Cloud/mobile-services.git', :tag => "v4.19.2-cocoapod" }
1414
s.platform = :ios, '5.0'
1515

1616
s.default_subspec = 'iOS'

ReleaseNotes.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Included are notes from the latest major revision to current.
55
For full SDK documentation, please visit:
66
https://marketing.adobe.com/resources/help/en_US/mobile/ios/
77

8+
4.19.2 (24 Mar, 2020)
9+
- General - Fixed some leaks in Target code.
10+
811
4.19.1 (12 Mar, 2020)
912
- General - Resolved a potential crash caused when Swift enums are included in context data for tracking calls.
1013
- 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.

0 commit comments

Comments
 (0)