From ad82b0d0a419a041575f1cf1db1c388e97628b14 Mon Sep 17 00:00:00 2001 From: Tiago Jacobs Date: Sun, 13 Feb 2022 10:18:39 -0300 Subject: [PATCH] Improve ios related tips on README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e0abf7..e15aefa 100644 --- a/README.md +++ b/README.md @@ -67,5 +67,12 @@ npx react-native run-ios --configuration Release --device "iPhone de TDJ" To change native code, you can run this command: ```sh -open ios/BigBlueButton.xcodeproj +open ios/BigBlueButton.xcworkspace ``` + +## References + +### IOS + +- [Screen broadcast - replay kit 2](https://developer.apple.com/videos/play/wwdc2018/601/) +- [Logs](https://developer.apple.com/videos/play/wwdc2020/10168/) \ No newline at end of file