From 0dbea39918ffb0ecd58d64082b4b1913e50937e1 Mon Sep 17 00:00:00 2001 From: BrettyWhite Date: Mon, 15 Jul 2019 15:27:04 -0400 Subject: tests --- SmartDeviceLink.podspec | 2 ++ 1 file changed, 2 insertions(+) (limited to 'SmartDeviceLink.podspec') diff --git a/SmartDeviceLink.podspec b/SmartDeviceLink.podspec index 97fe847b5..05dbef18c 100644 --- a/SmartDeviceLink.podspec +++ b/SmartDeviceLink.podspec @@ -384,6 +384,8 @@ sdefault.public_header_files = [ 'SmartDeviceLink/SDLTTSChunk.h', 'SmartDeviceLink/SDLTurn.h', 'SmartDeviceLink/SDLTurnSignal.h', +'SmartDeviceLink/SDLUnpublishAppService.h', +'SmartDeviceLink/SDLUnpublishAppServiceResponse.h', 'SmartDeviceLink/SDLUnregisterAppInterface.h', 'SmartDeviceLink/SDLUnregisterAppInterfaceResponse.h', 'SmartDeviceLink/SDLUnsubscribeButton.h', -- cgit v1.2.1 From 861b3d48be3f4c746db25e7c3e232eddfa5feca6 Mon Sep 17 00:00:00 2001 From: Justin Gluck Date: Mon, 15 Jul 2019 16:10:58 -0400 Subject: WIP: setting up ShowAppMenu RPC --- SmartDeviceLink.podspec | 2 ++ 1 file changed, 2 insertions(+) (limited to 'SmartDeviceLink.podspec') diff --git a/SmartDeviceLink.podspec b/SmartDeviceLink.podspec index 97fe847b5..9072d9f8b 100644 --- a/SmartDeviceLink.podspec +++ b/SmartDeviceLink.podspec @@ -326,6 +326,8 @@ sdefault.public_header_files = [ 'SmartDeviceLink/SDLSetMediaClockTimer.h', 'SmartDeviceLink/SDLSetMediaClockTimerResponse.h', 'SmartDeviceLink/SDLShow.h', +'SmartDeviceLink/SDLShowAppMenu.h', +'SmartDeviceLink/SDLShowAppMenuResponse.h', 'SmartDeviceLink/SDLShowConstantTBT.h', 'SmartDeviceLink/SDLShowConstantTBTResponse.h', 'SmartDeviceLink/SDLShowResponse.h', -- cgit v1.2.1 From 734db0c69305f5d7cf8b0884a607e7b421be9085 Mon Sep 17 00:00:00 2001 From: Joel Fischer Date: Thu, 18 Jul 2019 10:47:52 -0400 Subject: Update for v6.3.1 --- SmartDeviceLink.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SmartDeviceLink.podspec') diff --git a/SmartDeviceLink.podspec b/SmartDeviceLink.podspec index 17fa2cfc8..04d1726f9 100644 --- a/SmartDeviceLink.podspec +++ b/SmartDeviceLink.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "SmartDeviceLink" -s.version = "6.3.0" +s.version = "6.3.1" s.summary = "Connect your app with cars!" s.homepage = "https://github.com/smartdevicelink/SmartDeviceLink-iOS" s.license = { :type => "New BSD", :file => "LICENSE" } -- cgit v1.2.1 From cc175c5ab0f92cb70a76bbb32fc325fa2c39163b Mon Sep 17 00:00:00 2001 From: Justin Gluck Date: Thu, 18 Jul 2019 14:05:04 -0400 Subject: WIP: removed unsued class from Globals, deprecating old class and replacing it --- SmartDeviceLink.podspec | 1 + 1 file changed, 1 insertion(+) (limited to 'SmartDeviceLink.podspec') diff --git a/SmartDeviceLink.podspec b/SmartDeviceLink.podspec index 97fe847b5..33a3c604e 100644 --- a/SmartDeviceLink.podspec +++ b/SmartDeviceLink.podspec @@ -355,6 +355,7 @@ sdefault.public_header_files = [ 'SmartDeviceLink/SDLSubscribeWaypoints.h', 'SmartDeviceLink/SDLSubscribeWaypointsResponse.h', 'SmartDeviceLink/SDLSyncMsgVersion.h', +'SmartDeviceLink/SDLMsgVersion.h', 'SmartDeviceLink/SDLSyncPData.h', 'SmartDeviceLink/SDLSyncPDataResponse.h', 'SmartDeviceLink/SDLSystemAction.h', -- cgit v1.2.1