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

Commit 62a025d

Browse files
authored
Merge pull request #375 from Adobe-Marketing-Cloud/pod4.19.3
Pod update for v4.19.3
2 parents e4d1a99 + 79c391d commit 62a025d

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.2
7+
// SDK Version: 4.19.3
88

99
#import <Foundation/Foundation.h>
1010
@class CLLocation, CLBeacon, TVApplicationController,
-318 KB
Binary file not shown.
-316 KB
Binary file not shown.
-107 KB
Binary file not shown.
-151 KB
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.2"
3+
s.version = "4.19.3"
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.2-cocoapod" }
13+
s.source = { :git => 'https://github.com/Adobe-Marketing-Cloud/mobile-services.git', :tag => "v4.19.3-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.3 (16 July, 2020)
9+
- General – Fixed a bug that prevented deeplink URLs with multiple equals sign in query param from being properly handled.
10+
811
4.19.2 (24 Mar, 2020)
912
- General - Fixed some leaks in Target code.
1013

0 commit comments

Comments
 (0)