diff options
| author | Muller, Alexander (A.) <amulle19@ford.com> | 2017-02-07 13:58:51 -0800 |
|---|---|---|
| committer | Muller, Alexander (A.) <amulle19@ford.com> | 2017-02-07 13:58:51 -0800 |
| commit | 5bdc2af67dd3dab0c408147f0502a0b731daa5bf (patch) | |
| tree | 902dee75de53a8858f084cbe09f877d26ccf1f90 /SmartDeviceLink-iOS.podspec | |
| parent | 318d8576e98fcd09eedead2984b033c4e2a39add (diff) | |
| parent | a4f57ccf593d9364e58e31b7c5d8af26247a5d4b (diff) | |
| download | sdl_ios-5bdc2af67dd3dab0c408147f0502a0b731daa5bf.tar.gz | |
Merge remote-tracking branch 'origin/develop' into feature/streaming_media_manager
* origin/develop:
Set compressionSession to null so we do not accidentally over-release it.
Added check for hmi equality and old send delegate if not equal.
Updated FrameData cases.
Set swift-version for cocoapods until we can upgrade tests
Update to v4.5.2
Run clang-format
Moved point at which we set the logging to be before we initialize anything within the lifecycle manager.
Update logger to initialize on lifecycle initialization, not start
Fixed issue with SDLDebugTool not keeping state with proxy recycle.
Updated protocol enums to match spec.
# Conflicts:
# SmartDeviceLink/SDLStreamingMediaManager.m
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 4678d0055..bd0245c2c 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.1" +s.version = "4.5.2" s.summary = "Connect your app with cars!" s.homepage = "https://github.com/smartdevicelink/SmartDeviceLink-iOS" s.license = { :type => "New BSD", :file => "LICENSE" } |
