From 74fbee0559a4f57713c4c81c0effe2e21355cac0 Mon Sep 17 00:00:00 2001 From: Joel Fischer Date: Fri, 12 Jul 2019 14:15:22 -0400 Subject: Add SDLMenuLayout RPC Updates --- SmartDeviceLink-iOS.podspec | 1 + 1 file changed, 1 insertion(+) (limited to 'SmartDeviceLink-iOS.podspec') diff --git a/SmartDeviceLink-iOS.podspec b/SmartDeviceLink-iOS.podspec index 18cb88576..bdeeac6e0 100644 --- a/SmartDeviceLink-iOS.podspec +++ b/SmartDeviceLink-iOS.podspec @@ -207,6 +207,7 @@ ss.public_header_files = [ 'SmartDeviceLink/SDLMediaServiceManifest.h', 'SmartDeviceLink/SDLMediaType.h', 'SmartDeviceLink/SDLMenuCell.h', +'SmartDeviceLink/SDLMenuLayout.h', 'SmartDeviceLink/SDLMenuManagerConstants.h', 'SmartDeviceLink/SDLMenuParams.h', 'SmartDeviceLink/SDLMetadataTags.h', -- cgit v1.2.1 From 3b5bca98e1b18828fe9c446e75388778e618d2e4 Mon Sep 17 00:00:00 2001 From: Joel Fischer Date: Fri, 12 Jul 2019 15:29:44 -0400 Subject: Menu manager and example app updates --- SmartDeviceLink-iOS.podspec | 1 + 1 file changed, 1 insertion(+) (limited to 'SmartDeviceLink-iOS.podspec') diff --git a/SmartDeviceLink-iOS.podspec b/SmartDeviceLink-iOS.podspec index bdeeac6e0..b51b523f6 100644 --- a/SmartDeviceLink-iOS.podspec +++ b/SmartDeviceLink-iOS.podspec @@ -207,6 +207,7 @@ ss.public_header_files = [ 'SmartDeviceLink/SDLMediaServiceManifest.h', 'SmartDeviceLink/SDLMediaType.h', 'SmartDeviceLink/SDLMenuCell.h', +'SmartDeviceLink/SDLMenuConfiguration.h', 'SmartDeviceLink/SDLMenuLayout.h', 'SmartDeviceLink/SDLMenuManagerConstants.h', 'SmartDeviceLink/SDLMenuParams.h', -- cgit v1.2.1