Browse Source

ios: update SDK installation instructions

Mention the availability of CocoaPods.
master
Saúl Ibarra Corretgé 6 years ago
parent
commit
5cbddb4874
1 changed files with 15 additions and 3 deletions
  1. 15
    3
      ios/README.md

+ 15
- 3
ios/README.md View File

1
 # Jitsi Meet SDK for iOS
1
 # Jitsi Meet SDK for iOS
2
 
2
 
3
-## Build
3
+The Jitsi Meet iOS SDK provides the same user experience as the Jitsi Meet app,
4
+in a customizable way which you can embed in your apps.
5
+
6
+## Usage
7
+
8
+There are 2 ways to integrate the SDK into your project:
9
+
10
+- Using CocoaPods
11
+- Building it yourself
12
+
13
+### Using CocoaPods
14
+
15
+Follow the instructions [here](https://github.com/jitsi/jitsi-meet-ios-sdk-releases/blob/master/README.md).
16
+
17
+### Builduing it yourself
4
 
18
 
5
 1. Install all required [dependencies](https://github.com/jitsi/jitsi-meet/blob/master/doc/mobile.md).
19
 1. Install all required [dependencies](https://github.com/jitsi/jitsi-meet/blob/master/doc/mobile.md).
6
 
20
 
7
 2. `xcodebuild -workspace ios/jitsi-meet.xcworkspace -scheme JitsiMeet -destination='generic/platform=iOS' -configuration Release archive`
21
 2. `xcodebuild -workspace ios/jitsi-meet.xcworkspace -scheme JitsiMeet -destination='generic/platform=iOS' -configuration Release archive`
8
 
22
 
9
-## Install
10
-
11
 After successfully building Jitsi Meet SDK for iOS, copy
23
 After successfully building Jitsi Meet SDK for iOS, copy
12
 `ios/sdk/JitsiMeet.framework` (if the path points to a symbolic link, follow the
24
 `ios/sdk/JitsiMeet.framework` (if the path points to a symbolic link, follow the
13
 symbolic link) and
25
 symbolic link) and

Loading…
Cancel
Save