diff options
author | NicoleYarroch <nicole@livio.io> | 2017-08-24 10:45:46 -0400 |
---|---|---|
committer | NicoleYarroch <nicole@livio.io> | 2017-08-24 10:45:46 -0400 |
commit | 8c79d318f159a734be5f25af4c0aea970c1b14c2 (patch) | |
tree | adc9a0232d3684bb03191c8c3648f57002b4cda4 | |
parent | a4f1cbe9a6160eef50a4b577765edef2c39da2da (diff) | |
download | sdl_ios-bug/podspec_bugs.tar.gz |
Added missing commas to podspec filesbug/podspec_bugs
Signed-off-by: NicoleYarroch <nicole@livio.io>
-rw-r--r-- | SmartDeviceLink-iOS.podspec | 2 | ||||
-rw-r--r-- | SmartDeviceLink.podspec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink-iOS.podspec b/SmartDeviceLink-iOS.podspec index b4eb35e4f..6330d4f44 100644 --- a/SmartDeviceLink-iOS.podspec +++ b/SmartDeviceLink-iOS.podspec @@ -204,7 +204,7 @@ s.public_header_files = [ 'SmartDeviceLink/SDLVehicleDataResult.h', 'SmartDeviceLink/SDLVehicleType.h', 'SmartDeviceLink/SDLVideoStreamingFormat.h', -'SmartDeviceLink/SDLVideoStreamingCapability.h' +'SmartDeviceLink/SDLVideoStreamingCapability.h', 'SmartDeviceLink/SDLVRHelpItem.h', 'SmartDeviceLink/SDLAmbientLightStatus.h', 'SmartDeviceLink/SDLAppHMIType.h', diff --git a/SmartDeviceLink.podspec b/SmartDeviceLink.podspec index cbf1a44eb..c30499db9 100644 --- a/SmartDeviceLink.podspec +++ b/SmartDeviceLink.podspec @@ -204,7 +204,7 @@ s.public_header_files = [ 'SmartDeviceLink/SDLVehicleDataResult.h', 'SmartDeviceLink/SDLVehicleType.h', 'SmartDeviceLink/SDLVideoStreamingFormat.h', -'SmartDeviceLink/SDLVideoStreamingCapability.h' +'SmartDeviceLink/SDLVideoStreamingCapability.h', 'SmartDeviceLink/SDLVRHelpItem.h', 'SmartDeviceLink/SDLAmbientLightStatus.h', 'SmartDeviceLink/SDLAppHMIType.h', |