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

Commit

Permalink
February 8, 2018 release - iOS v4.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sbenedicadb committed Feb 8, 2018
1 parent e29262a commit 42d29c4
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
12 changes: 6 additions & 6 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>

<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
id="adobe-mobile-services"
version="4.14.1">
version="4.14.2">
<name>ADBMobile</name>
<description>Adobe Mobile Services Plugin</description>

<js-module src="sdks/Cordova/ADBMobile/Shared/ADB_Helper.js" name="ADB">
<clobbers target="ADB"/>
</js-module>

<!-- ios -->
<platform name="ios">
<config-file target="config.xml" parent="/*">
Expand All @@ -20,11 +20,11 @@
<header-file src="sdks/Cordova/ADBMobile/iOS/ADBMobile_PhoneGap.h" />
<source-file src="sdks/Cordova/ADBMobile/iOS/ADBMobile_PhoneGap.m" />
<header-file src="sdks/iOS/AdobeMobileLibrary/ADBMobile.h" />
<source-file src="sdks/iOS/AdobeMobileLibrary/AdobeMobileLibrary.a" framework="true" />
<source-file src="sdks/iOS/AdobeMobileLibrary/AdobeMobileLibrary.a" framework="true" />
<framework src="libsqlite3.dylib" />
<framework src="SystemConfiguration.framework" />
</platform>

<!-- android -->
<platform name="android">
<config-file target="res/xml/config.xml" parent="/*">
Expand Down
2 changes: 1 addition & 1 deletion sdks/iOS/AdobeMobileLibrary/ADBMobile.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// Copyright 1996-2017. Adobe, Inc. All Rights Reserved
//
// SDK Version: 4.14.1
// SDK Version: 4.14.2

#import <Foundation/Foundation.h>
@class CLLocation, CLBeacon, TVApplicationController,
Expand Down
Binary file modified sdks/iOS/AdobeMobileLibrary/AdobeMobileLibrary.a
Binary file not shown.
Binary file modified sdks/iOS/AdobeMobileLibrary/AdobeMobileLibrary_Extension.a
Binary file not shown.
Binary file modified sdks/iOS/AdobeMobileLibrary/AdobeMobileLibrary_TV.a
Binary file not shown.
Binary file modified sdks/iOS/AdobeMobileLibrary/AdobeMobileLibrary_Watch.a
Binary file not shown.
3 changes: 3 additions & 0 deletions sdks/iOS/ReleaseNotes.txt
Original file line number Diff line number Diff line change
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.14.2 (8 Feb, 2018)
- General - Fixed a bug that was sometimes delaying the Analytics lifecycle launch from going out when the app resumed from background

4.14.1 (26 Oct, 2017)
- Analytics - Fixed rare issue where unsent hit count could drop below 0
- Lifecycle - Fixed an issue rarely resulting in crashes being incorrectly reported
Expand Down

0 comments on commit 42d29c4

Please sign in to comment.