Skip to content

Commit

Permalink
Updated swift version to 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Jul 22, 2019
1 parent e4f284f commit 30dda61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions openvidu-ionic/hooks/iosrtc-swift-support.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 + '"',
Expand Down
10 changes: 5 additions & 5 deletions openvidu-ionic/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 30dda61

Please sign in to comment.