From 7b273a545d16ce3cd26810e91751e0fff28acf71 Mon Sep 17 00:00:00 2001 From: "fischman@webrtc.org" Date: Mon, 4 Nov 2013 18:48:12 +0000 Subject: [PATCH] PeerConnection iOS: update README instructions This is needed to account for https://codereview.chromium.org/25535004/ R=kjellander@webrtc.org Review URL: https://webrtc-codereview.appspot.com/3059004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5079 4adac7df-926f-26a2-2b94-8c16560cd09d --- talk/app/webrtc/objc/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/talk/app/webrtc/objc/README b/talk/app/webrtc/objc/README index 22789bb42c..761338fc9c 100644 --- a/talk/app/webrtc/objc/README +++ b/talk/app/webrtc/objc/README @@ -52,16 +52,16 @@ Example of building & using the unittest & app: ./out_sim/Debug/iossim out_sim/Debug/AppRTCDemo.app - To build & sign the sample app for an iOS device: - wrios && gclient runhooks && ninja -C out_ios/Debug AppRTCDemo + wrios && gclient runhooks && ninja -C out_ios/Debug-iphoneos AppRTCDemo - To install the sample app on an iOS device: - ideviceinstaller -i out_ios/Debug/AppRTCDemo.app + ideviceinstaller -i out_ios/Debug-iphoneos/AppRTCDemo.app (if installing ideviceinstaller from brew, use --HEAD to get support for .app directories) - Alternatively, use iPhone Configuration Utility: - Open "iPhone Configuration Utility" (http://support.apple.com/kb/DL1465) - Click the "Add" icon (command-o) - - Open the app under out_ios/Debug/AppRTCDemo (should be added to the Applications tab) + - Open the app under out_ios/Debug-iphoneos/AppRTCDemo (should be added to the Applications tab) - Click the device's name in the left-hand panel and select the Applications tab - Click Install on the AppRTCDemo line. (If you have any problems deploying for the first time, check