From 5cbddb4874c9103ad56709dc037362b1d25a39c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 27 Dec 2018 16:10:03 +0100 Subject: [PATCH] ios: update SDK installation instructions Mention the availability of CocoaPods. --- ios/README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/ios/README.md b/ios/README.md index 942852c94..0d1bbc48c 100644 --- a/ios/README.md +++ b/ios/README.md @@ -1,13 +1,25 @@ # Jitsi Meet SDK for iOS -## Build +The Jitsi Meet iOS SDK provides the same user experience as the Jitsi Meet app, +in a customizable way which you can embed in your apps. + +## Usage + +There are 2 ways to integrate the SDK into your project: + +- Using CocoaPods +- Building it yourself + +### Using CocoaPods + +Follow the instructions [here](https://github.com/jitsi/jitsi-meet-ios-sdk-releases/blob/master/README.md). + +### Builduing it yourself 1. Install all required [dependencies](https://github.com/jitsi/jitsi-meet/blob/master/doc/mobile.md). 2. `xcodebuild -workspace ios/jitsi-meet.xcworkspace -scheme JitsiMeet -destination='generic/platform=iOS' -configuration Release archive` -## Install - After successfully building Jitsi Meet SDK for iOS, copy `ios/sdk/JitsiMeet.framework` (if the path points to a symbolic link, follow the symbolic link) and