diff options
author | NicoleYarroch <nicole@livio.io> | 2017-08-10 15:25:09 -0400 |
---|---|---|
committer | NicoleYarroch <nicole@livio.io> | 2017-08-10 15:25:09 -0400 |
commit | 678a43a3c4e6e885a75fba745eb27044c8e5618c (patch) | |
tree | 396d2fc979a3e0d6b5b70660c8f4d3990181b9f7 /SmartDeviceLink.podspec | |
parent | bf1e00b3380b90aba4944fa2738f930516ad8b01 (diff) | |
download | sdl_ios-678a43a3c4e6e885a75fba745eb27044c8e5618c.tar.gz |
Added and deleted files from SDL.podspec
Signed-off-by: NicoleYarroch <nicole@livio.io>
Diffstat (limited to 'SmartDeviceLink.podspec')
-rw-r--r-- | SmartDeviceLink.podspec | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/SmartDeviceLink.podspec b/SmartDeviceLink.podspec index ca3a11797..31a5bc855 100644 --- a/SmartDeviceLink.podspec +++ b/SmartDeviceLink.podspec @@ -19,7 +19,7 @@ s.public_header_files = [ 'SmartDeviceLink/SDLProxyListener.h', 'SmartDeviceLink/SDLSecurityType.h', 'SmartDeviceLink/SDLStreamingMediaManager.h', -'SmartDeviceLink/SDLTTSChunkFactory.h', +'SmartDeviceLink/SDLTouch.h', 'SmartDeviceLink/SDLTouchManager.h', 'SmartDeviceLink/SDLTouchManagerDelegate.h', 'SmartDeviceLink/SDLConsoleController.h', @@ -62,6 +62,16 @@ s.public_header_files = [ 'SmartDeviceLink/SDLGetVehicleData.h', 'SmartDeviceLink/SDLGetWaypoints.h', 'SmartDeviceLink/SDLListFiles.h', +'SmartDeviceLink/SDLLogConfiguration.h', +'SmartDeviceLink/SDLLogConstants.h', +'SmartDeviceLink/SDLLogFileModule.h', +'SmartDeviceLink/SDLLogFilter.h', +'SmartDeviceLink/SDLLogManager.h', +'SmartDeviceLink/SDLLogMacros.h', +'SmartDeviceLink/SDLLogTarget.h', +'SmartDeviceLink/SDLLogTargetAppleSystemLog.h', +'SmartDeviceLink/SDLLogTargetFile.h', +'SmartDeviceLink/SDLLogTargetOSLog.h', 'SmartDeviceLink/SDLPerformAudioPassThru.h', 'SmartDeviceLink/SDLPerformInteraction.h', 'SmartDeviceLink/SDLPutFile.h', @@ -276,15 +286,18 @@ s.public_header_files = [ 'SmartDeviceLink/SDLLifecycleConfiguration.h', 'SmartDeviceLink/SDLLockScreenConfiguration.h', 'SmartDeviceLink/SDLStreamingMediaConfiguration.h', +'SmartDeviceLink/SDLStreamingMediaManagerConstants.h' 'SmartDeviceLink/SDLArtwork.h', 'SmartDeviceLink/SDLFile.h', 'SmartDeviceLink/SDLFileManager.h', 'SmartDeviceLink/SDLFileManagerConstants.h', 'SmartDeviceLink/SDLLockScreenViewController.h', +'SmartDeviceLink/SDLMacros.h', 'SmartDeviceLink/SDLManager.h', 'SmartDeviceLink/SDLManagerDelegate.h', 'SmartDeviceLink/SDLPermissionConstants.h', 'SmartDeviceLink/SDLPermissionManager.h', +'SmartDeviceLink/SDLPinchGesture.h', 'SmartDeviceLink/NSNumber+NumberType.h', 'SmartDeviceLink/SDLErrorConstants.h', 'SmartDeviceLink/SDLNotificationConstants.h', |