File tree Expand file tree Collapse file tree 3 files changed +29
-4
lines changed Expand file tree Collapse file tree 3 files changed +29
-4
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ This project takes the [HTML5 version](https://github.com/webrtc/apprtc/tree/mas
15
15
$ git clone https://github.com/eface2face/iOSRTCApp
16
16
$ cd iOSRTCApp
17
17
```
18
- - Install [ xcode ] ( https://www.npmjs.com/package/xcode ) NPM package :
18
+ - Install NPM dependencies :
19
19
``` bash
20
- $ npm i xcode
20
+ $ npm install
21
21
```
22
22
- Add both platforms. All the needed plugins are installed automatically because of being included in the "config.xml" file:
23
23
``` bash
Original file line number Diff line number Diff line change 1
1
<?xml version =' 1.0' encoding =' utf-8' ?>
2
- <widget id =" com.eface2face.iosrtcapp" version =" 0 .0.1 " xmlns =" http://www.w3.org/ns/widgets" xmlns : cdv =" http://cordova.apache.org/ns/1.0" >
2
+ <widget id =" com.eface2face.iosrtcapp" version =" 1 .0.0 " xmlns =" http://www.w3.org/ns/widgets" xmlns : cdv =" http://cordova.apache.org/ns/1.0" >
3
3
<name >iOSRTCApp</name >
4
4
<description >
5
5
Google's AppRTC application adapted to iOS devices using cordova-plugin-iosrtc.
33
33
<plugin name =" cordova-plugin-crosswalk-webview" spec =" https://github.com/crosswalk-project/cordova-plugin-crosswalk-webview" />
34
34
<plugin name =" cordova-plugin-device" version =" ^1.0.1" />
35
35
<plugin name =" cordova-plugin-camera" spec =" https://github.com/eface2face/cordova-plugin-camera" />
36
- <plugin name =" cordova-plugin-iosrtc" version =" ^1.4.1 " />
36
+ <plugin name =" cordova-plugin-iosrtc" version =" ^1.4.5 " />
37
37
</widget >
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " iOSRTCApp" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " Google's AppRTC application adapted to iOS devices using cordova-plugin-iosrtc" ,
5
+ "dependencies" : {
6
+ "xcode" : " ^0.8.0"
7
+ },
8
+ "devDependencies" : {},
9
+ "repository" : {
10
+ "type" : " git" ,
11
+ "url" : " https://github.com/eface2face/iOSRTCApp.git"
12
+ },
13
+ "keywords" : [
14
+ " cordova-plugin-iosrtc" ,
15
+ " apprtc" ,
16
+ " ios" ,
17
+ " android"
18
+ ],
19
+ "author" : " Iñaki Baz Castillo at eFace2Face, inc." ,
20
+ s "license": "ISC",
21
+ "bugs" : {
22
+ "url" : " https://github.com/eface2face/iOSRTCApp/issues"
23
+ },
24
+ "homepage" : " https://github.com/eface2face/iOSRTCApp"
25
+ }
You can’t perform that action at this time.
0 commit comments