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
This commit is contained in:
@ -52,16 +52,16 @@ Example of building & using the unittest & app:
|
|||||||
./out_sim/Debug/iossim out_sim/Debug/AppRTCDemo.app
|
./out_sim/Debug/iossim out_sim/Debug/AppRTCDemo.app
|
||||||
|
|
||||||
- To build & sign the sample app for an iOS device:
|
- 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:
|
- 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
|
(if installing ideviceinstaller from brew, use --HEAD to get support
|
||||||
for .app directories)
|
for .app directories)
|
||||||
- Alternatively, use iPhone Configuration Utility:
|
- Alternatively, use iPhone Configuration Utility:
|
||||||
- Open "iPhone Configuration Utility" (http://support.apple.com/kb/DL1465)
|
- Open "iPhone Configuration Utility" (http://support.apple.com/kb/DL1465)
|
||||||
- Click the "Add" icon (command-o)
|
- 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 the device's name in the left-hand panel and select the Applications tab
|
||||||
- Click Install on the AppRTCDemo line.
|
- Click Install on the AppRTCDemo line.
|
||||||
(If you have any problems deploying for the first time, check
|
(If you have any problems deploying for the first time, check
|
||||||
|
Reference in New Issue
Block a user