summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-07-13 15:00:39 -0400
committerJoel Fischer <joeljfischer@gmail.com>2017-07-13 15:00:39 -0400
commitaf042d070eea649daa35962a5fbd77c385b9508d (patch)
treed39411fc99755a2a755ee4b0bd6ebe729ef9f00f
parent0dfbf8f25bef1e0e03696ace61f90455f393df2f (diff)
downloadsdl_ios-af042d070eea649daa35962a5fbd77c385b9508d.tar.gz
Update imports for query
-rw-r--r--SmartDeviceLink-iOS.podspec6
-rw-r--r--SmartDeviceLink.podspec6
-rw-r--r--SmartDeviceLink/SmartDeviceLink.h6
3 files changed, 18 insertions, 0 deletions
diff --git a/SmartDeviceLink-iOS.podspec b/SmartDeviceLink-iOS.podspec
index 4e0d409e7..6d9129041 100644
--- a/SmartDeviceLink-iOS.podspec
+++ b/SmartDeviceLink-iOS.podspec
@@ -58,6 +58,7 @@ s.public_header_files = [
'SmartDeviceLink/SDLEncodedSyncPData.h',
'SmartDeviceLink/SDLEndAudioPassThru.h',
'SmartDeviceLink/SDLGetDTCs.h',
+'SmartDeviceLink/SDLGetSystemCapability.h',
'SmartDeviceLink/SDLGetVehicleData.h',
'SmartDeviceLink/SDLGetWaypoints.h',
'SmartDeviceLink/SDLListFiles.h',
@@ -102,6 +103,7 @@ s.public_header_files = [
'SmartDeviceLink/SDLEndAudioPassThruResponse.h',
'SmartDeviceLink/SDLGenericResponse.h',
'SmartDeviceLink/SDLGetDTCsResponse.h',
+'SmartDeviceLink/SDLGetSystemCapabilityResponse.h',
'SmartDeviceLink/SDLGetVehicleDataResponse.h',
'SmartDeviceLink/SDLGetWaypointsResponse.h',
'SmartDeviceLink/SDLListFilesResponse.h',
@@ -174,9 +176,11 @@ s.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',
@@ -184,6 +188,7 @@ s.public_header_files = [
'SmartDeviceLink/SDLSoftButtonCapabilities.h',
'SmartDeviceLink/SDLStartTime.h',
'SmartDeviceLink/SDLSyncMsgVersion.h',
+'SmartDeviceLink/SDLSystemCapability.h',
'SmartDeviceLink/SDLTTSChunk.h',
'SmartDeviceLink/SDLTextField.h',
'SmartDeviceLink/SDLTireStatus.h',
@@ -248,6 +253,7 @@ s.public_header_files = [
'SmartDeviceLink/SDLSoftButtonType.h',
'SmartDeviceLink/SDLSpeechCapabilities.h',
'SmartDeviceLink/SDLSystemAction.h',
+'SmartDeviceLink/SDLSystemCapabilityType.h'
'SmartDeviceLink/SDLSystemContext.h',
'SmartDeviceLink/SDLTBTState.h',
'SmartDeviceLink/SDLTextAlignment.h',
diff --git a/SmartDeviceLink.podspec b/SmartDeviceLink.podspec
index 92ad539f0..ab1e2d6f8 100644
--- a/SmartDeviceLink.podspec
+++ b/SmartDeviceLink.podspec
@@ -58,6 +58,7 @@ s.public_header_files = [
'SmartDeviceLink/SDLEncodedSyncPData.h',
'SmartDeviceLink/SDLEndAudioPassThru.h',
'SmartDeviceLink/SDLGetDTCs.h',
+'SmartDeviceLink/SDLGetSystemCapability.h',
'SmartDeviceLink/SDLGetVehicleData.h',
'SmartDeviceLink/SDLGetWaypoints.h',
'SmartDeviceLink/SDLListFiles.h',
@@ -102,6 +103,7 @@ s.public_header_files = [
'SmartDeviceLink/SDLEndAudioPassThruResponse.h',
'SmartDeviceLink/SDLGenericResponse.h',
'SmartDeviceLink/SDLGetDTCsResponse.h',
+'SmartDeviceLink/SDLGetSystemCapabilityResponse.h',
'SmartDeviceLink/SDLGetVehicleDataResponse.h',
'SmartDeviceLink/SDLGetWaypointsResponse.h',
'SmartDeviceLink/SDLListFilesResponse.h',
@@ -174,9 +176,11 @@ s.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',
@@ -184,6 +188,7 @@ s.public_header_files = [
'SmartDeviceLink/SDLSoftButtonCapabilities.h',
'SmartDeviceLink/SDLStartTime.h',
'SmartDeviceLink/SDLSyncMsgVersion.h',
+'SmartDeviceLink/SDLSystemCapability.h',
'SmartDeviceLink/SDLTTSChunk.h',
'SmartDeviceLink/SDLTextField.h',
'SmartDeviceLink/SDLTireStatus.h',
@@ -248,6 +253,7 @@ s.public_header_files = [
'SmartDeviceLink/SDLSoftButtonType.h',
'SmartDeviceLink/SDLSpeechCapabilities.h',
'SmartDeviceLink/SDLSystemAction.h',
+'SmartDeviceLink/SDLSystemCapabilityType.h'
'SmartDeviceLink/SDLSystemContext.h',
'SmartDeviceLink/SDLTBTState.h',
'SmartDeviceLink/SDLTextAlignment.h',
diff --git a/SmartDeviceLink/SmartDeviceLink.h b/SmartDeviceLink/SmartDeviceLink.h
index b8fef3aab..573f4711f 100644
--- a/SmartDeviceLink/SmartDeviceLink.h
+++ b/SmartDeviceLink/SmartDeviceLink.h
@@ -74,6 +74,7 @@ FOUNDATION_EXPORT const unsigned char SmartDeviceLinkVersionString[];
#import "SDLEncodedSyncPData.h"
#import "SDLEndAudioPassThru.h"
#import "SDLGetDTCs.h"
+#import "SDLGetSystemCapability.h"
#import "SDLGetVehicleData.h"
#import "SDLGetWaypoints.h"
#import "SDLListFiles.h"
@@ -120,6 +121,7 @@ FOUNDATION_EXPORT const unsigned char SmartDeviceLinkVersionString[];
#import "SDLEndAudioPassThruResponse.h"
#import "SDLGenericResponse.h"
#import "SDLGetDTCsResponse.h"
+#import "SDLGetSystemCapabilityResponse.h"
#import "SDLGetVehicleDataResponse.h"
#import "SDLGetWaypointsResponse.h"
#import "SDLListFilesResponse.h"
@@ -198,8 +200,10 @@ FOUNDATION_EXPORT const unsigned char SmartDeviceLinkVersionString[];
#import "SDLLocationDetails.h"
#import "SDLMenuParams.h"
#import "SDLMyKey.h"
+#import "SDLNavigationCapability.h"
#import "SDLParameterPermissions.h"
#import "SDLPermissionItem.h"
+#import "SDLPhoneCapability.h"
#import "SDLPresetBankCapabilities.h"
#import "SDLScreenParams.h"
#import "SDLSingleTireStatus.h"
@@ -207,6 +211,7 @@ FOUNDATION_EXPORT const unsigned char SmartDeviceLinkVersionString[];
#import "SDLSoftButtonCapabilities.h"
#import "SDLStartTime.h"
#import "SDLSyncMsgVersion.h"
+#import "SDLSystemCapability.h"
#import "SDLTTSChunk.h"
#import "SDLTextField.h"
#import "SDLTireStatus.h"
@@ -271,6 +276,7 @@ FOUNDATION_EXPORT const unsigned char SmartDeviceLinkVersionString[];
#import "SDLSoftButtonType.h"
#import "SDLSpeechCapabilities.h"
#import "SDLSystemAction.h"
+#import "SDLSystemCapabilityType.h"
#import "SDLSystemContext.h"
#import "SDLTBTState.h"
#import "SDLTextAlignment.h"