From c2238d0e17c6171158dbbbf300d790b79b32f9ac Mon Sep 17 00:00:00 2001 From: NicoleYarroch Date: Mon, 14 Aug 2017 11:40:37 -0400 Subject: Sorted public header files in .podspec files Signed-off-by: NicoleYarroch --- SmartDeviceLink-iOS.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'SmartDeviceLink-iOS.podspec') diff --git a/SmartDeviceLink-iOS.podspec b/SmartDeviceLink-iOS.podspec index 26e0db614..9678d5516 100644 --- a/SmartDeviceLink-iOS.podspec +++ b/SmartDeviceLink-iOS.podspec @@ -17,9 +17,6 @@ s.subspec 'Default' do |ss| ss.source_files = 'SmartDeviceLink/*.{h,m}' ss.public_header_files = [ -'SmartDeviceLink/SmartDeviceLink.h', -'SmartDeviceLink/SDLMacros.h', -'SmartDeviceLink/SDLOasisAddress.h', 'SmartDeviceLink/NSNumber+NumberType.h', 'SmartDeviceLink/SDLAbstractProtocol.h', 'SmartDeviceLink/SDLAbstractTransport.h', @@ -145,6 +142,7 @@ ss.public_header_files = [ 'SmartDeviceLink/SDLLogTargetAppleSystemLog.h', 'SmartDeviceLink/SDLLogTargetFile.h', 'SmartDeviceLink/SDLLogTargetOSLog.h', +'SmartDeviceLink/SDLMacros.h', 'SmartDeviceLink/SDLMaintenanceModeStatus.h', 'SmartDeviceLink/SDLManager.h', 'SmartDeviceLink/SDLManagerDelegate.h', @@ -153,6 +151,7 @@ ss.public_header_files = [ 'SmartDeviceLink/SDLMyKey.h', 'SmartDeviceLink/SDLNavigationCapability.h', 'SmartDeviceLink/SDLNotificationConstants.h', +'SmartDeviceLink/SDLOasisAddress.h', 'SmartDeviceLink/SDLOnAppInterfaceUnregistered.h', 'SmartDeviceLink/SDLOnAudioPassThru.h', 'SmartDeviceLink/SDLOnButtonEvent.h', @@ -302,6 +301,7 @@ ss.public_header_files = [ 'SmartDeviceLink/SDLWarningLightStatus.h', 'SmartDeviceLink/SDLWaypointType.h', 'SmartDeviceLink/SDLWiperStatus.h', +'SmartDeviceLink/SmartDeviceLink.h', ] end -- cgit v1.2.1