Changed overall naming strategy to have a SmartDeviceLink framework (instead of a...
authorJulius Marchwicki <jmarchwi@ford.com>
Tue, 26 Nov 2013 14:08:07 +0000 (09:08 -0500)
committerJulius Marchwicki <jmarchwi@ford.com>
Tue, 26 Nov 2013 14:08:07 +0000 (09:08 -0500)
commit329d7f23ff3cafbc5fef9ebad360b873ebc1a8f6
tree5be7ce2dab303bc8c7e30e2e096190584a049813
parentbcd4c680d615d7d274b6c2214459209a4f586ea4
Changed overall naming strategy to have a SmartDeviceLink framework (instead of a proxy)
Added all 2.0 level features (vehicle data, scrollable message, audio pass thru)
Expanded 1.0 features to include additional features such as icons/graphics and softbuttons
Updated to 2.0 protocol (handles binary data for audio and graphics)
592 files changed:
.gitignore [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink.xcodeproj/project.pbxproj [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink.xcodeproj/project.xcworkspace/contents.xcworkspacedata [moved from SDL_iOS/SmartDeviceLinkProxy/SmartDeviceLinkProxy.xcodeproj/project.xcworkspace/contents.xcworkspacedata with 66% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLAbstractProtocol.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLAbstractProtocol.h with 50% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLAbstractProtocol.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLAbstractProtocol.m with 87% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLAbstractTransport.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLAbstractTransport.h with 86% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLAbstractTransport.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLAbstractTransport.m with 94% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLAddCommand.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLAddCommand.h with 53% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLAddCommand.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLAddCommand.m with 68% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLAddCommandResponse.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLAddCommandResponse.h with 54% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLAddCommandResponse.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLAddCommandResponse.m with 59% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLAddSubMenu.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLAddSubMenu.h with 68% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLAddSubMenu.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLAddSubMenu.m with 87% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLAddSubMenuResponse.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLAddSubMenuResponse.h with 54% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLAddSubMenuResponse.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLAddSubMenuResponse.m with 59% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLAlert.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLAlert.h with 62% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLAlert.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLAlert.m with 62% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLAlertManeuver.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLAlertManeuver.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLAlertManeuverResponse.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLAlertManeuverResponse.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLAlertResponse.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLAlertResponse.h with 55% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLAlertResponse.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLAlertResponse.m with 60% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLAppHMIType.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLAppHMIType.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLAppInterfaceUnregisteredReason.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLAppInterfaceUnregisteredReason.h with 78% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLAppInterfaceUnregisteredReason.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLAppInterfaceUnregisteredReason.m with 90% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLAudioPassThruCapabilities.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLAudioPassThruCapabilities.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLAudioStreamingState.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLAudioStreamingState.h with 59% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLAudioStreamingState.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLAudioStreamingState.m with 73% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLAudioType.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLAudioType.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLBeltStatus.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLBeltStatus.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLBinaryFrameHeader.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLBinaryFrameHeader.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLBitConverter.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLBitConverter.h with 55% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLBitConverter.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLBitConverter.m with 81% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLBitsPerSample.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLBitsPerSample.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLBodyInformation.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLBodyInformation.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLButtonCapabilities.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLButtonCapabilities.h with 66% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLButtonCapabilities.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLButtonCapabilities.m with 90% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLButtonEventMode.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLButtonEventMode.h with 65% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLButtonEventMode.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLButtonEventMode.m with 90% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLButtonName.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLButtonName.h with 78% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLButtonName.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLButtonName.m with 91% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLButtonPressMode.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLButtonPressMode.h with 64% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLButtonPressMode.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLButtonPressMode.m with 89% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLChangeRegistration.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLChangeRegistration.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLChangeRegistrationResponse.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLChangeRegistrationResponse.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLCharacterSet.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLCharacterSet.h with 69% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLCharacterSet.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLCharacterSet.m with 93% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLChoice.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLChoice.h with 58% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLChoice.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLChoice.m with 64% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLCompassDirection.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLCompassDirection.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLComponentVolumeStatus.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLComponentVolumeStatus.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLConsoleController.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLConsoleController.h with 63% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLConsoleController.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLConsoleController.m with 75% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLCreateInteractionChoiceSet.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLCreateInteractionChoiceSet.h with 65% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLCreateInteractionChoiceSet.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLCreateInteractionChoiceSet.m with 85% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLCreateInteractionChoiceSetResponse.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLCreateInteractionChoiceSetResponse.h with 54% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLCreateInteractionChoiceSetResponse.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLCreateInteractionChoiceSetResponse.m with 58% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDIDResult.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDIDResult.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDebugTool.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLDebugTool.h with 61% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDebugTool.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLDebugTool.m with 71% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDecoder.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDeleteCommand.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLDeleteCommand.h with 60% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDeleteCommand.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLDeleteCommand.m with 75% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDeleteCommandResponse.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLDeleteCommandResponse.h with 54% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDeleteCommandResponse.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLDeleteCommandResponse.m with 59% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDeleteFile.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDeleteFile.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDeleteFileResponse.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDeleteFileResponse.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDeleteInteractionChoiceSet.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLDeleteInteractionChoiceSet.h with 61% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDeleteInteractionChoiceSet.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLDeleteInteractionChoiceSet.m with 78% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDeleteInteractionChoiceSetResponse.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLDeleteInteractionChoiceSetResponse.h with 54% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDeleteInteractionChoiceSetResponse.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLDeleteInteractionChoiceSetResponse.m with 58% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDeleteSubMenu.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLDeleteSubMenu.h with 60% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDeleteSubMenu.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLDeleteSubMenu.m with 75% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDeleteSubMenuResponse.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLDeleteSubMenuResponse.h with 53% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDeleteSubMenuResponse.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLDeleteSubMenuResponse.m with 58% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDeviceLevelStatus.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDeviceLevelStatus.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDeviceStatus.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDeviceStatus.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDimension.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDimension.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDisplayCapabilities.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLDisplayCapabilities.h with 58% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDisplayCapabilities.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLDisplayCapabilities.m with 78% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDisplayType.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLDisplayType.h with 64% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDisplayType.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLDisplayType.m with 73% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDriverDistractionState.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLDriverDistractionState.h with 52% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLDriverDistractionState.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLDriverDistractionState.m with 91% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLEncodedSyncPData.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLEncodedSyncPData.h with 59% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLEncodedSyncPData.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLEncodedSyncPData.m with 76% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLEncodedSyncPDataResponse.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLEncodedSyncPDataResponse.h with 53% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLEncodedSyncPDataResponse.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLEncodedSyncPDataResponse.m with 59% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLEncoder.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLEndAudioPassThru.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLEndAudioPassThru.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLEndAudioPassThruResponse.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLEndAudioPassThruResponse.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLEngineInfo.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLEngineInfo.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLEnum.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLEnum.h with 69% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLEnum.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLEnum.m with 64% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLExternalLibrary.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLFileType.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLFileType.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLFunctionID.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLFunctionID.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLGPSData.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLGPSData.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLGenericResponse.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLGenericResponse.h with 55% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLGenericResponse.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLGenericResponse.m with 60% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLGetDTCs.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLGetDTCs.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLGetDTCsResponse.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLGetDTCsResponse.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLGetVehicleData.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLGetVehicleData.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLGetVehicleDataResponse.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLGetVehicleDataResponse.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLGlobalProperty.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLGlobalProperty.h with 54% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLGlobalProperty.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLGlobalProperty.m with 63% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLHMILevel.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLHMILevel.h with 69% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLHMILevel.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLHMILevel.m with 93% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLHMIPermissions.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLHMIPermissions.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLHMIZoneCapabilities.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLHMIZoneCapabilities.h with 65% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLHMIZoneCapabilities.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLHMIZoneCapabilities.m with 89% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLHeadLampStatus.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLHeadLampStatus.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLIAPTransport.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLIAPTransport.h with 83% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLIAPTransport.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLIAPTransport.m with 87% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLIProtocol.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLIProtocol.h with 65% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLIProxy.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLITransport.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLITransport.h with 71% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLIgnitionStableStatus.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLIgnitionStableStatus.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLIgnitionStatus.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLIgnitionStatus.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLImage.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLImage.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLImageType.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLImageType.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLInteractionMode.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLInteractionMode.h with 67% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLInteractionMode.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLInteractionMode.m with 91% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLJingle.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLJingle.h with 73% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLJingle.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLJingle.m with 73% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLJsonDecoder.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLJsonDecoder.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLJsonEncoder.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLJsonEncoder.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLLanguage.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLLanguage.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLListFiles.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLListFiles.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLListFilesResponse.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLListFilesResponse.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLMaintenanceModeStatus.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLMaintenanceModeStatus.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLMediaClockFormat.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLMediaClockFormat.h with 63% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLMediaClockFormat.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLMenuParams.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLMenuParams.h with 68% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLMenuParams.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLMenuParams.m with 86% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLNames.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLOnAppInterfaceUnregistered.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLOnAppInterfaceUnregistered.h with 53% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLOnAppInterfaceUnregistered.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLOnAppInterfaceUnregistered.m with 81% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLOnAudioPassThru.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLOnAudioPassThru.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLOnButtonEvent.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLOnButtonEvent.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLOnButtonEvent.m with 71% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLOnButtonPress.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLOnButtonPress.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLOnButtonPress.m with 71% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLOnCommand.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLOnCommand.h with 58% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLOnCommand.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLOnCommand.m with 86% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLOnDriverDistraction.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLOnDriverDistraction.h with 53% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLOnDriverDistraction.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLOnDriverDistraction.m with 81% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLOnEncodedSyncPData.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLOnEncodedSyncPData.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLOnHMIStatus.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLOnHMIStatus.h with 54% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLOnHMIStatus.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLOnHMIStatus.m with 91% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLOnLanguageChange.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLOnLanguageChange.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLOnPermissionsChange.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLOnPermissionsChange.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLOnSyncPData.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLOnSyncPData.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLOnTBTClientState.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLOnTBTClientState.h with 53% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLOnTBTClientState.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLOnTBTClientState.m with 80% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLOnVehicleData.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLOnVehicleData.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLPRNDL.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLPRNDL.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLParameterPermissions.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLParameterPermissions.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLPerformAudioPassThru.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLPerformAudioPassThru.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLPerformAudioPassThruResponse.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLPerformAudioPassThruResponse.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLPerformInteraction.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLPerformInteraction.h with 69% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLPerformInteraction.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLPerformInteraction.m with 80% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLPerformInteractionResponse.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLPerformInteractionResponse.h with 58% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLPerformInteractionResponse.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLPerformInteractionResponse.m with 84% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLPermissionItem.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLPermissionItem.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLPermissionStatus.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLPermissionStatus.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLPresetBankCapabilities.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLPresetBankCapabilities.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLPrimaryAudioSource.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLPrimaryAudioSource.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLProtocol.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLProtocol.h with 80% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLProtocol.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLProtocolFrameHeader.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLProtocolFrameHeader.h with 53% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLProtocolFrameHeader.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLProtocolFrameHeaderFactory.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLProtocolFrameHeaderFactory.h with 53% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLProtocolFrameHeaderFactory.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLProtocolListener.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLProtocolMessage.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLProtocolMessage.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLProxy.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLProxy.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLProxyFactory.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLProxyFactory.h with 74% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLProxyFactory.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLProxyFactory.m with 76% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLProxyListener.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLPutFile.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLPutFile.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLPutFileResponse.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLPutFileResponse.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLRPCMessage.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLRPCMessage.h with 50% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLRPCMessage.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLRPCMessage.m with 52% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLRPCMessageType.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLRPCMessageType.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLRPCNotification.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLRPCNotification.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLRPCRequest.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLRPCRequest.h with 51% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLRPCRequest.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLRPCRequest.m with 67% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLRPCRequestFactory.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLRPCRequestFactory.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLRPCResponse.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLRPCResponse.h with 59% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLRPCResponse.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLRPCResponse.m with 89% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLReadDID.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLReadDID.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLReadDIDResponse.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLReadDIDResponse.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLRegisterAppInterface.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLRegisterAppInterface.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLRegisterAppInterfaceResponse.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLRegisterAppInterfaceResponse.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLRegisterAppInterfaceResponse.m with 52% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLResetGlobalProperties.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLResetGlobalProperties.h with 53% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLResetGlobalProperties.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLResetGlobalProperties.m with 84% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLResetGlobalPropertiesResponse.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLResetGlobalPropertiesResponse.h with 54% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLResetGlobalPropertiesResponse.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLResetGlobalPropertiesResponse.m with 58% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLResult.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLResult.h with 69% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLResult.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLResult.m with 74% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSamplingRate.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSamplingRate.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLScrollableMessage.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLScrollableMessage.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLScrollableMessageResponse.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLScrollableMessageResponse.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSetAppIcon.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSetAppIcon.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSetAppIconResponse.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSetAppIconResponse.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSetDisplayLayout.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSetDisplayLayout.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSetDisplayLayoutResponse.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSetDisplayLayoutResponse.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSetGlobalProperties.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLSetGlobalProperties.h with 54% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSetGlobalProperties.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLSetGlobalProperties.m with 57% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSetGlobalPropertiesResponse.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLSetGlobalPropertiesResponse.h with 54% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSetGlobalPropertiesResponse.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLSetGlobalPropertiesResponse.m with 58% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSetMediaClockTimer.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLSetMediaClockTimer.h with 53% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSetMediaClockTimer.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLSetMediaClockTimer.m with 87% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSetMediaClockTimerResponse.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLSetMediaClockTimerResponse.h with 54% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSetMediaClockTimerResponse.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLSetMediaClockTimerResponse.m with 58% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLShow.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLShow.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLShowConstantTBT.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLShowConstantTBT.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLShowConstantTBTResponse.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLShowConstantTBTResponse.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLShowResponse.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLShowResponse.h with 55% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLShowResponse.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLShowResponse.m with 60% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSingleTireStatus.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSingleTireStatus.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSiphonServer.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLSiphonServer.h with 86% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSiphonServer.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLSiphonServer.m with 98% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSlider.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSlider.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSliderResponse.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSliderResponse.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSoftButton.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSoftButton.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSoftButtonCapabilities.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSoftButtonCapabilities.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSoftButtonType.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSoftButtonType.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSpeak.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLSpeak.h with 61% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSpeak.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLSpeak.m with 83% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSpeakResponse.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLSpeakResponse.h with 55% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSpeakResponse.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLSpeakResponse.m with 60% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSpeechCapabilities.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLSpeechCapabilities.h with 74% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSpeechCapabilities.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLSpeechCapabilities.m with 94% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLStartTime.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLStartTime.h with 67% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLStartTime.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLStartTime.m with 86% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSubscribeButton.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLSubscribeButton.h with 54% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSubscribeButton.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLSubscribeButton.m with 81% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSubscribeButtonResponse.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLSubscribeButtonResponse.h with 54% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSubscribeButtonResponse.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLSubscribeButtonResponse.m with 59% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSubscribeVehicleData.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSubscribeVehicleData.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSubscribeVehicleDataResponse.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSubscribeVehicleDataResponse.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSyncMsgVersion.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLMsgVersion.h with 52% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSyncMsgVersion.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLMsgVersion.m with 79% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSyncPData.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSyncPData.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSyncPDataResponse.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSyncPDataResponse.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSystemAction.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSystemAction.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSystemContext.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLSystemContext.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLTBTState.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLTBTState.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLTCPTransport.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLTCPTransport.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLTCPTransport.m with 78% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLTTSChunk.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLTTSChunk.h with 57% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLTTSChunk.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLTTSChunk.m with 85% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLTTSChunkFactory.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLTTSChunkFactory.h with 59% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLTTSChunkFactory.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLTTSChunkFactory.m with 78% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLTextAlignment.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLTextAlignment.h with 68% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLTextAlignment.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLTextAlignment.m with 92% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLTextField.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLTextField.h with 59% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLTextField.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLTextField.m with 91% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLTextFieldName.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLTextFieldName.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLTireStatus.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLTireStatus.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLTransportListener.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/SDLTransportListener.h with 69% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLTriggerSource.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLTriggerSource.h with 64% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLTriggerSource.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLTriggerSource.m with 89% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLTurn.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLTurn.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLUnregisterAppInterface.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLUnregisterAppInterface.h with 54% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLUnregisterAppInterface.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLUnregisterAppInterface.m with 59% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLUnregisterAppInterfaceResponse.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLUnregisterAppInterfaceResponse.h with 54% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLUnregisterAppInterfaceResponse.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLUnregisterAppInterfaceResponse.m with 58% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLUnsubscribeButton.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLUnsubscribeButton.h with 54% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLUnsubscribeButton.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLUnsubscribeButton.m with 81% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLUnsubscribeButtonResponse.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLUnsubscribeButtonResponse.h with 54% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLUnsubscribeButtonResponse.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLUnsubscribeButtonResponse.m with 58% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLUnsubscribeVehicleData.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLUnsubscribeVehicleData.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLUpdateMode.h [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLUpdateMode.h with 64% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLUpdateMode.m [moved from SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLUpdateMode.m with 80% similarity]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLUpdateTurnList.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLUpdateTurnList.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLUpdateTurnListResponse.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLUpdateTurnListResponse.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLVehicleDataActiveStatus.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLVehicleDataActiveStatus.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLVehicleDataEventStatus.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLVehicleDataEventStatus.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLVehicleDataNotificationStatus.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLVehicleDataNotificationStatus.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLVehicleDataResult.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLVehicleDataResult.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLVehicleDataResultCode.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLVehicleDataResultCode.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLVehicleDataStatus.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLVehicleDataStatus.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLVehicleDataType.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLVehicleDataType.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLVehicleType.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLVehicleType.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLVrCapabilities.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLVrCapabilities.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLVrHelpItem.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLVrHelpItem.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLWarningLightStatus.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLWarningLightStatus.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLWiperStatus.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SDLWiperStatus.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SmartDeviceLink-Info.plist [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/SmartDeviceLink.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink/en.lproj/InfoPlist.strings [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkProxy/Classes/JSON.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/NSObject+SBJSON.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/NSObject+SBJSON.m [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/NSString+SBJSON.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/NSString+SBJSON.m [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLLanguage.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLLanguage.m [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLMediaClockFormat.m [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLOnButtonEvent.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLOnButtonPress.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLOnEncodedSyncPData.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLOnEncodedSyncPData.m [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLRegisterAppInterface.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLRegisterAppInterface.m [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLRegisterAppInterfaceResponse.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLShow.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLShow.m [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLSystemContext.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLSystemContext.m [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLTBTState.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLTBTState.m [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLTextFieldName.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLTextFieldName.m [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLVRCapabilities.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/RPC/SDLVRCapabilities.m [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SBJSON.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SBJSON.m [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SBJsonBase.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SBJsonBase.m [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SBJsonParser.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SBJsonParser.m [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SBJsonWriter.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SBJsonWriter.m [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SDLConsoleController.xib [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SDLIDecoder.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SDLIEncoder.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SDLIProxy.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SDLJsonDecoder.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SDLJsonDecoder.m [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SDLJsonEncoder.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SDLJsonEncoder.m [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SDLNames.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SDLProtocol.m [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SDLProtocolFrameHeader.m [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SDLProtocolFrameHeaderFactory.m [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SDLProtocolListener.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SDLProtocolMessage.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SDLProtocolMessage.m [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SDLProxy.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SDLProxy.m [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SDLProxyListener.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SDLRPCNotification.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SDLRPCNotification.m [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SDLRPCRequestFactory.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SDLRPCRequestFactory.m [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SDLTCPTransport.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/Classes/SDLVersion.h [deleted file]
SDL_iOS/SmartDeviceLinkProxy/SmartDeviceLinkProxy.xcodeproj/project.pbxproj [deleted file]
SDL_iOS/SmartDeviceLinkProxy/SmartDeviceLinkProxy_Prefix.pch [deleted file]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester.xcodeproj/project.pbxproj
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/AddCommandViewController.h
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/AddCommandViewController.m
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/AddCommandViewController.xib
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/AddMenuOption.h
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/AddMenuOption.m
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/AddSubMenuViewController.h
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/AddSubMenuViewController.m
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/AddSubMenuViewController.xib
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/AlertManeuverViewController.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/AlertManeuverViewController.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/AlertManeuverViewController.xib [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/AlertViewController.h
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/AlertViewController.m
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/AlertViewController.xib
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/AppDelegate.h
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/AppDelegate.m
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/AutoTestViewController.h [deleted file]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/AutoTestViewController.m [deleted file]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/Blank-Blackboard-PSD.png [deleted file]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/ChangeRegistrationViewController.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/ChangeRegistrationViewController.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/ChangeRegistrationViewController.xib [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/ConsoleViewController.h
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/ConsoleViewController.m
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/ConsoleViewController.xib
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/CreateInteractionChoiceSetViewController.h
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/CreateInteractionChoiceSetViewController.m
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/CreateInteractionChoiceSetViewController.xib
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/DeleteCommandViewController.h
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/DeleteCommandViewController.m
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/DeleteCommandViewController.xib
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/DeleteInteractionChoiceSetViewController.h
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/DeleteInteractionChoiceSetViewController.m
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/DeleteInteractionChoiceSetViewController.xib
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/DeleteSubMenuViewController.h
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/DeleteSubMenuViewController.m
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/DeleteSubMenuViewController.xib
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/EncodedSyncPDataViewController.h [deleted file]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/EncodedSyncPDataViewController.m [deleted file]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/EndAudioPassThruViewController.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/EndAudioPassThruViewController.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/EndAudioPassThruViewController.xib [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/GetDTCsViewController.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/GetDTCsViewController.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/GetDTCsViewController.xib [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/GetVehicleDataViewController.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/GetVehicleDataViewController.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/GetVehicleDataViewController.xib [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/PerformAudioPassThruViewController.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/PerformAudioPassThruViewController.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/PerformAudioPassThruViewController.xib [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/PerformInteractionViewController.h
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/PerformInteractionViewController.m
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/PerformInteractionViewController.xib
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/RPCTestViewController.h
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/RPCTestViewController.m
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/ReadDIDViewController.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/ReadDIDViewController.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/ReadDIDViewController.xib [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/ResetGlobalPropertiesViewController.h
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/ResetGlobalPropertiesViewController.m
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/ResetGlobalPropertiesViewController.xib
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SDLBrain.h [deleted file]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SDLBrain.m [deleted file]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/Sail.mp3 [deleted file]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/Sample.mp3 [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/ScrollableMessageViewController.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/ScrollableMessageViewController.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/ScrollableMessageViewController.xib [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SetAppIconViewController.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SetAppIconViewController.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SetAppIconViewController.xib [moved from SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/EncodedSyncPDataViewController.xib with 66% similarity]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SetGlobalPropertiesViewController.h
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SetGlobalPropertiesViewController.m
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SetGlobalPropertiesViewController.xib
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SetMediaClockTimerViewController.h
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SetMediaClockTimerViewController.m
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SetMediaClockTimerViewController.xib
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/Settings.bundle/Root.plist
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/ShowConstantTBTViewController.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/ShowConstantTBTViewController.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/ShowConstantTBTViewController.xib [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/ShowViewController.h
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/ShowViewController.m
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/ShowViewController.xib
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SliderViewController.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SliderViewController.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SliderViewController.xib [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SmartDeviceLinkTester-Info.plist
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SmartDeviceLinkTester-Prefix.pch
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SmartDeviceLinkTester.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SmartDeviceLinkTester.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SoftButtonEditViewController.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SoftButtonEditViewController.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SoftButtonEditViewController.xib [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SoftButtonListViewController.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SoftButtonListViewController.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SoftButtonListViewController.xib [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SpeakViewController.h
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SpeakViewController.m
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SpeakViewController.xib
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SubscribeButtonViewController.h
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SubscribeButtonViewController.m
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SubscribeButtonViewController.xib
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SubscribeVehicleDataViewController.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SubscribeVehicleDataViewController.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/SubscribeVehicleDataViewController.xib [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/UnregisterAppInterfaceViewController.h
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/UnregisterAppInterfaceViewController.m
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/UnregisterAppInterfaceViewController.xib
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/UnsubscribeButtonViewController.h
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/UnsubscribeButtonViewController.m
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/UnsubscribeButtonViewController.xib
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/UnsubscribeVehicleDataViewController.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/UnsubscribeVehicleDataViewController.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/UnsubscribeVehicleDataViewController.xib [moved from SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/RPCTestViewController.xib with 59% similarity]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/UpdateTurnListViewController.h [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/UpdateTurnListViewController.m [new file with mode: 0644]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/UpdateTurnListViewController.xib [moved from SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/AutoTestViewController.xib with 55% similarity]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/UserTestViewController.h [deleted file]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/UserTestViewController.m [deleted file]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/UserTestViewController.xib [deleted file]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/cali_speak.jpg [deleted file]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/cog_02@2x.png [deleted file]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/colorado_addcmd.jpg [deleted file]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/delaware_show.jpg [deleted file]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/eraser.png [deleted file]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/game_controller.png [deleted file]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/geogia_alert.jpg [deleted file]
SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/main.m