summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS.podspec
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2017-01-17 14:54:24 -0800
committerMuller, Alexander (A.) <amulle19@ford.com>2017-01-17 14:54:24 -0800
commitcb88f07f52a6c13e9a79c99696e2e51bf1af3163 (patch)
tree15cda573f4dcbf4614bff6671316eaf12d10a60b /SmartDeviceLink-iOS.podspec
parent32691cb6e7dc1ccd28954e9f02a0455d956efee0 (diff)
parentf44eba087b5f26897a6d126eedc691299f369782 (diff)
downloadsdl_ios-cb88f07f52a6c13e9a79c99696e2e51bf1af3163.tar.gz
Merge remote-tracking branch 'origin/develop' into feature/struct_property_rewrite
* origin/develop: (44 commits) Removed SDLTTSChunkFactory from project. Removed SDLRPCRequestFactory from project. Remove a test focus Fixed test cases Fix podspec not updated with latest version number Update for v4.5.0 Follow style guide for boolean check Updated formatting of README.md Removed nonexistent implementation file from project. Added steps for using the lock screen manager from SDL's bundle to the readme. Added check when trying to upload an appIcon for a head unit that does not support graphics. Update for v4.5.0 Fixed issue with trying to upload a file that is nil will cause an infinite loop. Fixed an issue with initializer causing infinite loop. Improved readability for nil-checks. Fixed issue relating to SDLLocationDetails' searchAddress using the wrong key for object store. Fixed formatting for some interfaces. Fixed issue with LocationDetails' properties not properly becoming initialized. Fixed issue with waypoints not being correctly initialized as SDLLocationDetails Adding in nil checks for completion handlers of Streaming Media Manager. ... # Conflicts: # SmartDeviceLink/SDLDateTime.m # SmartDeviceLink/SDLGetWaypoints.m # SmartDeviceLink/SDLGetWaypointsResponse.m # SmartDeviceLink/SDLLocationCoordinate.m # SmartDeviceLink/SDLLocationDetails.m # SmartDeviceLink/SDLOasisAddress.m # SmartDeviceLink/SDLOnWaypointChange.m # SmartDeviceLink/SDLSendLocation.m # SmartDeviceLink/SDLUnsubscribeWaypoints.m # SmartDeviceLink/SDLUnsubscribeWaypointsResponse.m # SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLLocationDetailsSpec.m
Diffstat (limited to 'SmartDeviceLink-iOS.podspec')
-rw-r--r--SmartDeviceLink-iOS.podspec6
1 files changed, 2 insertions, 4 deletions
diff --git a/SmartDeviceLink-iOS.podspec b/SmartDeviceLink-iOS.podspec
index fac8d1c5e..ff3f76612 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.4.0"
+s.version = "4.5.0"
s.summary = "Connect your app with cars!"
s.homepage = "https://github.com/smartdevicelink/SmartDeviceLink-iOS"
s.license = { :type => "New BSD", :file => "LICENSE" }
@@ -13,14 +13,12 @@ s.requires_arc = true
s.resource_bundles = { 'SmartDeviceLink' => ['SmartDeviceLink/Assets/**/*', 'SmartDeviceLink/iOS 7 Assets/*'] }
s.public_header_files = [
'SmartDeviceLink/SmartDeviceLink.h',
-'SmartDeviceLink/SDLMacros.h',
'SmartDeviceLink/SDLJingle.h',
'SmartDeviceLink/SDLProxy.h',
'SmartDeviceLink/SDLProxyFactory.h',
'SmartDeviceLink/SDLProxyListener.h',
'SmartDeviceLink/SDLSecurityType.h',
'SmartDeviceLink/SDLStreamingMediaManager.h',
-'SmartDeviceLink/SDLTTSChunkFactory.h',
'SmartDeviceLink/SDLTouchManager.h',
'SmartDeviceLink/SDLTouchManagerDelegate.h',
'SmartDeviceLink/SDLConsoleController.h',
@@ -43,7 +41,6 @@ s.public_header_files = [
'SmartDeviceLink/SDLRPCRequest.h',
'SmartDeviceLink/SDLRPCResponse.h',
'SmartDeviceLink/SDLRPCStruct.h',
-'SmartDeviceLink/SDLRPCRequestFactory.h',
'SmartDeviceLink/SDLAddCommand.h',
'SmartDeviceLink/SDLAddSubMenu.h',
'SmartDeviceLink/SDLAlert.h',
@@ -62,6 +59,7 @@ s.public_header_files = [
'SmartDeviceLink/SDLGetVehicleData.h',
'SmartDeviceLink/SDLGetWaypoints.h',
'SmartDeviceLink/SDLListFiles.h',
+'SmartDeviceLink/SDLMacros.h',
'SmartDeviceLink/SDLPerformAudioPassThru.h',
'SmartDeviceLink/SDLPerformInteraction.h',
'SmartDeviceLink/SDLPutFile.h',