diff options
| author | Muller, Alexander (A.) <amulle19@ford.com> | 2017-03-08 11:58:39 -0800 |
|---|---|---|
| committer | Muller, Alexander (A.) <amulle19@ford.com> | 2017-03-08 11:58:39 -0800 |
| commit | 707489a9f0c5a9947f867955e828bce8df1469f4 (patch) | |
| tree | 14aa4b358f87c8f9cd2114e39dbb947fad307b42 /SmartDeviceLink-iOS.podspec | |
| parent | 9e874c21365a94b7002197d294bfdbaab85a3434 (diff) | |
| parent | 1fca00636bad1dfb222f8ed84028654f09f885dd (diff) | |
| download | sdl_ios-707489a9f0c5a9947f867955e828bce8df1469f4.tar.gz | |
Merge remote-tracking branch 'origin/develop' into feature/streaming_media_manager
* origin/develop:
Fix unit test that was failing due to previous pull request.
Update LICENSE
Update to v4.5.5
Added additional error code for registration successful, but with a warning.
Fixed typo in function declaration comment.
Tiny style update
Prevent infinite loops in send block while by checking ostream state.
Added an additional method to compare both membership and kindof for notification and responses.
Fixed issue with incorrectly setting state on manager disconnect.
Fixed misspellings and formatting for templats
Updated tests to correctly send out notifications
Updated all classes to use new convenience methods.
Added convenience methods for notification and response notification objects.
Added check for starting a lifecycle manager that has already been started.
SDLLockScreenManager now tracks active state to show lock screen when the app becomes active if it was not shown before
Diffstat (limited to 'SmartDeviceLink-iOS.podspec')
| -rw-r--r-- | SmartDeviceLink-iOS.podspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink-iOS.podspec b/SmartDeviceLink-iOS.podspec index 9444838d1..0950642ba 100644 --- a/SmartDeviceLink-iOS.podspec +++ b/SmartDeviceLink-iOS.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "SmartDeviceLink-iOS" -s.version = "4.5.4" +s.version = "4.5.5" s.summary = "Connect your app with cars!" s.homepage = "https://github.com/smartdevicelink/SmartDeviceLink-iOS" s.license = { :type => "New BSD", :file => "LICENSE" } |
