diff options
| author | Muller, Alexander (A.) <amulle19@ford.com> | 2017-02-07 13:55:07 -0800 |
|---|---|---|
| committer | Muller, Alexander (A.) <amulle19@ford.com> | 2017-02-07 13:55:07 -0800 |
| commit | a4f57ccf593d9364e58e31b7c5d8af26247a5d4b (patch) | |
| tree | b0bccff79b800b907db500fd67d961371d0a1b29 /SmartDeviceLink-iOS.podspec | |
| parent | 45632d0ae36680cb2885fde3b3c582535c8f8d23 (diff) | |
| parent | 749c4ea4a606f163bacf2d8c7ab7f351c53fb2e0 (diff) | |
| download | sdl_ios-a4f57ccf593d9364e58e31b7c5d8af26247a5d4b.tar.gz | |
Merge remote-tracking branch 'origin/master' into develop
* origin/master:
Set compressionSession to null so we do not accidentally over-release it.
Added check for hmi equality and old send delegate if not equal.
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.
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 7601ab9ff..33f37b855 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" } |
