Skip to content

Commit

Permalink
Merge pull request #6 from akofman/hook
Browse files Browse the repository at this point in the history
Hook
  • Loading branch information
akofman committed Jun 9, 2016
2 parents 55491cd + d83d1e5 commit 3f07e94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-add-swift-support",
"version": "1.0.4",
"version": "1.1.0",
"description": "Add Swift support to your iOS plugins",
"homepage": "https://github.com/akofman/cordova-plugin-add-swift-support",
"author": {
Expand Down
6 changes: 2 additions & 4 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-add-swift-support"
version="1.0.4" >
version="1.1.0" >

<name>AddSwiftSupport</name>
<license>Apache 2.0</license>
<description>Cordova plugin to add swift support</description>
<keywords>cordova,phonegap,swift,plugin</keywords>
<repo>https://github.com/akofman/cordova-plugin-add-swift-support.git</repo>

<platform name="ios">
<hook type="after_platform_add" src="src/add-swift-support.js" />
</platform>
<hook type="after_prepare" src="src/add-swift-support.js" />
</plugin>
1 change: 0 additions & 1 deletion src/add-swift-support.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ module.exports = function(context) {
});

if(!iosPlatformVersion) {
console.log('ERROR');
return;
}

Expand Down

0 comments on commit 3f07e94

Please sign in to comment.