Updated swift version to 4.2

This commit is contained in:
CSantos 2019-07-22 09:39:03 +02:00
parent e4f284f60a
commit 30dda61431
2 changed files with 7 additions and 7 deletions

View File

@ -10,9 +10,9 @@ var
path = require("path"),
xcode = require('xcode'),
BUILD_VERSION = '9.0',
BUILD_VERSION = '11.0',
BUILD_VERSION_XCODE = '"' + BUILD_VERSION + '"',
SWIFT_VERSION = '3.0',
SWIFT_VERSION = '4.2',
SWIFT_VERSION_XCODE = '"' + SWIFT_VERSION + '"',
RUNPATH_SEARCH_PATHS = '@executable_path/Frameworks',
RUNPATH_SEARCH_PATHS_XCODE = '"' + RUNPATH_SEARCH_PATHS + '"',

View File

@ -1,6 +1,6 @@
{
"name": "openvidu-ionic",
"version": "2.9.0",
"version": "2.10.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -2933,7 +2933,7 @@
"integrity": "sha512-rJf7jFQNw7l0U4Y7P6DjxwmO/qQgS7xqiTgwDbNFS4z4+FZ3EZyupll7/cFEDnxGRNMgWsMKDhIABUo5mIDaUQ=="
},
"cordova-plugin-iosrtc": {
"version": "git+https://github.com/OpenVidu/cordova-plugin-iosrtc.git#111b3386c966098085cc86f47a917122deb52c51",
"version": "git+https://github.com/OpenVidu/cordova-plugin-iosrtc.git#b458a666b5a1879460585168fc2242e9fd38a584",
"from": "git+https://github.com/OpenVidu/cordova-plugin-iosrtc.git",
"requires": {
"debug": "^2.6.8",
@ -15029,9 +15029,9 @@
"integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg=="
},
"unorm": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/unorm/-/unorm-1.5.0.tgz",
"integrity": "sha512-sMfSWoiRaXXeDZSXC+YRZ23H4xchQpwxjpw1tmfR+kgbBCaOgln4NI0LXejJIhnBuKINrB3WRn+ZI8IWssirVw=="
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/unorm/-/unorm-1.6.0.tgz",
"integrity": "sha512-b2/KCUlYZUeA7JFUuRJZPUtr4gZvBh7tavtv4fvk4+KV9pfGiR6CQAQAWl49ZpR3ts2dk4FYkP7EIgDJoiOLDA=="
},
"unpipe": {
"version": "1.0.0",