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 #54 from shalehaha/wear
Browse files Browse the repository at this point in the history
ios 4.5.1 release
  • Loading branch information
sbenedicadb committed May 1, 2015
2 parents 670c5a2 + 62777ca commit 291178b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
id="com.adobe.ADBMobile"
version="4.4.2">
version="4.5.0">
<name>ADBMobile</name>
<description>Adobe Mobile Services Plugin</description>

Expand Down Expand Up @@ -39,7 +39,7 @@
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
</config-file>
<source-file src="sdks/Cordova/ADBMobile/Android/ADBMobile_PhoneGap.java" target-dir="src/com/adobe/" />
<source-file src="sdks/Android/AdobeMobileLibrary/adobeMobileLibrary-4.4.2.jar" target-dir="libs" />
<source-file src="sdks/Android/AdobeMobileLibrary/adobeMobileLibrary-4.5.0.jar" target-dir="libs" />
<source-file src="sdks/Android/AdobeMobileLibrary/ADBMobileConfig.json" target-dir="assets" />
</platform>
</plugin>
4 changes: 2 additions & 2 deletions sdks/iOS/AdobeMobileLibrary/ADBMobile.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// Copyright 1996-2015. Adobe, Inc. All Rights Reserved
//
// SDK Version: 4.5.0
// SDK Version: 4.5.1

#import <Foundation/Foundation.h>
@class CLLocation, CLBeacon, ADBTargetLocationRequest, ADBMediaSettings, ADBMediaState;
Expand Down Expand Up @@ -494,4 +494,4 @@ FOUNDATION_EXPORT NSString *const ADBTargetParameterMboxHost; ///< The
@property(readwrite) NSUInteger segmentNum; ///< The current segment.
@property(readwrite) NSUInteger eventType; ///< The current event type.

@end
@end
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.
4 changes: 4 additions & 0 deletions sdks/iOS/ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ 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.5.1 (1 Mar, 2015)
- iOS Extension SDK - Fixed a issue that could cause out of order hits for timestamp enabled report suite.

4.5.0 (27 Apr, 2015)
- New - Added support for iOS Extension Apps
- Check out our Apple Watch Example in GitHub: https://github.com/Adobe-Marketing-Cloud/mobile-services/releases/tag/v1.0-iOS-watch
- Check out the documentation for iOS Extension SDK : https://marketing.adobe.com/resources/help/en_US/mobile/ios/ios_ext.html

4.4.1 (16 Apr, 2015)
- Added Locale(NSLocale) to in-app messaging traits
Expand Down

0 comments on commit 291178b

Please sign in to comment.