summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorfischman@webrtc.org <fischman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-11-04 18:48:12 +0000
committerfischman@webrtc.org <fischman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-11-04 18:48:12 +0000
commit100f2b1e9a323aedd67798b666e16293bb122cf7 (patch)
tree2721117437d40973241dab3f31b615a9d1982cdd /app
parent4646ae6b3bb147572c89f4aa2fd1ab5566ca3c2e (diff)
downloadtalk-100f2b1e9a323aedd67798b666e16293bb122cf7.tar.gz
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/talk@5079 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'app')
-rw-r--r--app/webrtc/objc/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/webrtc/objc/README b/app/webrtc/objc/README
index 22789bb..761338f 100644
--- a/app/webrtc/objc/README
+++ b/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