From f52c9f9ff1997c28504a5336fffe5bac5cca6661 Mon Sep 17 00:00:00 2001 From: Joel Fischer Date: Fri, 22 Jan 2016 15:32:28 -0500 Subject: Change app type of example app * Fixes #332 --- SmartDeviceLink-iOS/SmartDeviceLink_Example/Classes/ProxyManager.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SmartDeviceLink-iOS/SmartDeviceLink_Example/Classes/ProxyManager.m b/SmartDeviceLink-iOS/SmartDeviceLink_Example/Classes/ProxyManager.m index 473aa5ecd..f6759171c 100644 --- a/SmartDeviceLink-iOS/SmartDeviceLink_Example/Classes/ProxyManager.m +++ b/SmartDeviceLink-iOS/SmartDeviceLink_Example/Classes/ProxyManager.m @@ -119,7 +119,7 @@ NSString *const SDLAppId = @"9999"; self.state = ProxyStateConnected; SDLRegisterAppInterface *registerRequest = [SDLRPCRequestFactory buildRegisterAppInterfaceWithAppName:SDLAppName languageDesired:[SDLLanguage EN_US] appID:SDLAppId]; - registerRequest.appHMIType = [NSMutableArray arrayWithObjects:[SDLAppHMIType NAVIGATION], nil]; + registerRequest.appHMIType = [NSMutableArray arrayWithObjects:[SDLAppHMIType MEDIA], nil]; [self.proxy sendRPC:registerRequest]; } -- cgit v1.2.1