diff options
| author | Joel Fischer <joeljfischer@gmail.com> | 2017-07-14 11:34:39 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-14 11:34:39 -0400 |
| commit | 9b46c92aabbb88a00525d32a69aeee97d6a72eb6 (patch) | |
| tree | e00645709522e8911a3dc5b845ed84dc3610a24a /SmartDeviceLink-iOS.podspec | |
| parent | 044a93c17635f06b3903990ac7407759a62b3835 (diff) | |
| parent | 072fdc512bbac1b3ea8c4591b7c2c82219cda360 (diff) | |
| download | sdl_ios-9b46c92aabbb88a00525d32a69aeee97d6a72eb6.tar.gz | |
Merge pull request #645 from smartdevicelink/feature/611_system_capabilities_query_rpc_5.0.0
Implement SDL-0055 - Create System Capability RPCs on v5.0.0
Diffstat (limited to 'SmartDeviceLink-iOS.podspec')
| -rw-r--r-- | SmartDeviceLink-iOS.podspec | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/SmartDeviceLink-iOS.podspec b/SmartDeviceLink-iOS.podspec index 2bdcb1fef..a89384eac 100644 --- a/SmartDeviceLink-iOS.podspec +++ b/SmartDeviceLink-iOS.podspec @@ -58,6 +58,7 @@ ss.public_header_files = [ 'SmartDeviceLink/SDLEncodedSyncPData.h', 'SmartDeviceLink/SDLEndAudioPassThru.h', 'SmartDeviceLink/SDLGetDTCs.h', +'SmartDeviceLink/SDLGetSystemCapability.h', 'SmartDeviceLink/SDLGetVehicleData.h', 'SmartDeviceLink/SDLGetWaypoints.h', 'SmartDeviceLink/SDLListFiles.h', @@ -103,6 +104,7 @@ ss.public_header_files = [ 'SmartDeviceLink/SDLEndAudioPassThruResponse.h', 'SmartDeviceLink/SDLGenericResponse.h', 'SmartDeviceLink/SDLGetDTCsResponse.h', +'SmartDeviceLink/SDLGetSystemCapabilityResponse.h', 'SmartDeviceLink/SDLGetVehicleDataResponse.h', 'SmartDeviceLink/SDLGetWaypointsResponse.h', 'SmartDeviceLink/SDLListFilesResponse.h', @@ -175,9 +177,11 @@ ss.public_header_files = [ 'SmartDeviceLink/SDLKeyboardProperties.h', 'SmartDeviceLink/SDLMenuParams.h', 'SmartDeviceLink/SDLMyKey.h', +'SmartDeviceLink/SDLNavigationCapability.h', 'SmartDeviceLink/SDLOasisAddress.h', 'SmartDeviceLink/SDLParameterPermissions.h', 'SmartDeviceLink/SDLPermissionItem.h', +'SmartDeviceLink/SDLPhoneCapability.h', 'SmartDeviceLink/SDLPresetBankCapabilities.h', 'SmartDeviceLink/SDLScreenParams.h', 'SmartDeviceLink/SDLSingleTireStatus.h', @@ -185,6 +189,7 @@ ss.public_header_files = [ 'SmartDeviceLink/SDLSoftButtonCapabilities.h', 'SmartDeviceLink/SDLStartTime.h', 'SmartDeviceLink/SDLSyncMsgVersion.h', +'SmartDeviceLink/SDLSystemCapability.h', 'SmartDeviceLink/SDLTTSChunk.h', 'SmartDeviceLink/SDLTextField.h', 'SmartDeviceLink/SDLTireStatus.h', @@ -249,6 +254,7 @@ ss.public_header_files = [ 'SmartDeviceLink/SDLSoftButtonType.h', 'SmartDeviceLink/SDLSpeechCapabilities.h', 'SmartDeviceLink/SDLSystemAction.h', +'SmartDeviceLink/SDLSystemCapabilityType.h' 'SmartDeviceLink/SDLSystemContext.h', 'SmartDeviceLink/SDLTBTState.h', 'SmartDeviceLink/SDLTextAlignment.h', |
