From 63ef4d43f7b5e77bf81c233f13a4efe92414337b Mon Sep 17 00:00:00 2001 From: Mauricio Juarez Date: Thu, 22 Aug 2019 13:24:47 +0200 Subject: Add headers on the podspec --- SmartDeviceLink-iOS.podspec | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'SmartDeviceLink-iOS.podspec') diff --git a/SmartDeviceLink-iOS.podspec b/SmartDeviceLink-iOS.podspec index 1f9316962..9c3f48dae 100644 --- a/SmartDeviceLink-iOS.podspec +++ b/SmartDeviceLink-iOS.podspec @@ -78,6 +78,8 @@ ss.public_header_files = [ 'SmartDeviceLink/SDLConfiguration.h', 'SmartDeviceLink/SDLCreateInteractionChoiceSet.h', 'SmartDeviceLink/SDLCreateInteractionChoiceSetResponse.h', +'SmartDeviceLink/SDLCreateWindow.h', +'SmartDeviceLink/SDLCreateWindowResponse.h', 'SmartDeviceLink/SDLDateTime.h', 'SmartDeviceLink/SDLDefrostZone.h', 'SmartDeviceLink/SDLDeleteCommand.h', @@ -88,6 +90,8 @@ ss.public_header_files = [ 'SmartDeviceLink/SDLDeleteInteractionChoiceSetResponse.h', 'SmartDeviceLink/SDLDeleteSubMenu.h', 'SmartDeviceLink/SDLDeleteSubMenuResponse.h', +'SmartDeviceLink/SDLDeleteWindow.h', +'SmartDeviceLink/SDLDeleteWindowResponse.h', 'SmartDeviceLink/SDLDeliveryMode.h', 'SmartDeviceLink/SDLDeviceInfo.h', 'SmartDeviceLink/SDLDeviceLevelStatus.h', @@ -98,6 +102,7 @@ ss.public_header_files = [ 'SmartDeviceLink/SDLDialNumberResponse.h', 'SmartDeviceLink/SDLDIDResult.h', 'SmartDeviceLink/SDLDimension.h', +'SmartDeviceLink/SDLDisplayCapability.h', 'SmartDeviceLink/SDLDisplayCapabilities.h', 'SmartDeviceLink/SDLDisplayMode.h', 'SmartDeviceLink/SDLDisplayType.h', @@ -115,6 +120,7 @@ ss.public_header_files = [ 'SmartDeviceLink/SDLEndAudioPassThruResponse.h', 'SmartDeviceLink/SDLEqualizerSettings.h', 'SmartDeviceLink/SDLEnum.h', +'SmartDeviceLink/SDLEnumTypes.h', 'SmartDeviceLink/SDLErrorConstants.h', 'SmartDeviceLink/SDLFile.h', 'SmartDeviceLink/SDLFileManager.h', @@ -261,6 +267,7 @@ ss.public_header_files = [ 'SmartDeviceLink/SDLPowerModeQualificationStatus.h', 'SmartDeviceLink/SDLPowerModeStatus.h', 'SmartDeviceLink/SDLPredefinedLayout.h', +'SmartDeviceLink/SDLPredefinedWindows.h', 'SmartDeviceLink/SDLPrerecordedSpeech.h', 'SmartDeviceLink/SDLPresetBankCapabilities.h', 'SmartDeviceLink/SDLPrimaryAudioSource.h', @@ -368,6 +375,7 @@ ss.public_header_files = [ 'SmartDeviceLink/SDLTBTState.h', 'SmartDeviceLink/SDLTemperature.h', 'SmartDeviceLink/SDLTemperatureUnit.h', +'SmartDeviceLink/SDLTemplateConfiguration.h', 'SmartDeviceLink/SDLTemplateColorScheme.h', 'SmartDeviceLink/SDLTextAlignment.h', 'SmartDeviceLink/SDLTextField.h', @@ -424,6 +432,9 @@ ss.public_header_files = [ 'SmartDeviceLink/SDLWeatherServiceData.h', 'SmartDeviceLink/SDLWeatherServiceManifest.h', 'SmartDeviceLink/SDLWiperStatus.h', +'SmartDeviceLink/SDLWindowCapability.h', +'SmartDeviceLink/SDLWindowType.h', +'SmartDeviceLink/SDLWindowTypeCapabilities.h', 'SmartDeviceLink/SmartDeviceLink.h', ] end -- cgit v1.2.1 From be9a44bd03b27e628a684f31710f29903ccd5b60 Mon Sep 17 00:00:00 2001 From: Mauricio Date: Wed, 28 Aug 2019 12:44:25 +0200 Subject: Change windowID, duplicateUpdatedFromWindowID to NSInteger, SDLUint --- SmartDeviceLink-iOS.podspec | 1 - 1 file changed, 1 deletion(-) (limited to 'SmartDeviceLink-iOS.podspec') diff --git a/SmartDeviceLink-iOS.podspec b/SmartDeviceLink-iOS.podspec index 9c3f48dae..8de91538d 100644 --- a/SmartDeviceLink-iOS.podspec +++ b/SmartDeviceLink-iOS.podspec @@ -120,7 +120,6 @@ ss.public_header_files = [ 'SmartDeviceLink/SDLEndAudioPassThruResponse.h', 'SmartDeviceLink/SDLEqualizerSettings.h', 'SmartDeviceLink/SDLEnum.h', -'SmartDeviceLink/SDLEnumTypes.h', 'SmartDeviceLink/SDLErrorConstants.h', 'SmartDeviceLink/SDLFile.h', 'SmartDeviceLink/SDLFileManager.h', -- cgit v1.2.1