Skip to content

Commit

Permalink
Swift support hook
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Aug 20, 2016
1 parent 2613d3c commit eebac69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion extra/hooks/iosrtc-swift-support.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ module.exports = function (context) {
xcodeProject;

debug('".xcodeproj" project file found: ' + xcodeProjectPath);
xcodeProjectPath = path.join(projectRoot, 'platforms', 'ios', xcodeProjectPath, 'project.pbxproj');
// xcodeProjectPath = path.join(projectRoot, 'platforms', 'ios', xcodeProjectPath, 'project.pbxproj');
xcodeProjectPath = path.join(xcodeProjectPath, 'project.pbxproj');

// Checking if the project files are in the right place
if (!fs.existsSync(xcodeProjectPath)) {
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-iosrtc"
version="3.1.0.6">
version="3.1.0.7">

<name>iosrtc</name>
<description>Cordova iOS plugin exposing the full WebRTC W3C JavaScript APIs</description>
Expand Down

0 comments on commit eebac69

Please sign in to comment.