Skip to content

Commit

Permalink
Merge pull request #709 from smartdevicelink/bug/podspec_bugs
Browse files Browse the repository at this point in the history
Added missing commas to podspec files
  • Loading branch information
joeljfischer authored Aug 24, 2017
2 parents a4f1cbe + 8c79d31 commit c2efbea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SmartDeviceLink-iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion SmartDeviceLink.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c2efbea

Please sign in to comment.