Skip to content

Commit

Permalink
Remove unused node-xcode package
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Bektchiev committed Mar 17, 2017
1 parent 6c008bc commit 203b37c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 22 deletions.
1 change: 0 additions & 1 deletion extra/hooks/iosrtc-swift-support.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ console.error('running iosrtc hook');
var
fs = require("fs"),
path = require("path"),
xcode = require('xcode'),

BUILD_VERSION = '9.0',
BUILD_VERSION_XCODE = '"' + BUILD_VERSION + '"',
Expand Down
5 changes: 0 additions & 5 deletions extra/hooks/package.json

This file was deleted.

15 changes: 0 additions & 15 deletions extra/hooks/prerequisites.js

This file was deleted.

1 change: 0 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
</engines>

<platform name="ios">
<hook type="after_plugin_install" src="extra/hooks/prerequisites.js"/>
<hook type="after_plugin_install" src="extra/hooks/iosrtc-swift-support.js" />
<config-file target="config.xml" parent="/*">
<feature name="iosrtcPlugin">
Expand Down

0 comments on commit 203b37c

Please sign in to comment.