From ff1ce12f53e0161439031e28ccb1e0e2a1d0890c Mon Sep 17 00:00:00 2001 From: Alexis Kofman Date: Wed, 8 Jun 2016 22:21:21 +0200 Subject: [PATCH] Updates hook type to after_prepare - #3 --- plugin.xml | 4 +--- src/add-swift-support.js | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/plugin.xml b/plugin.xml index e3b952d..b394a33 100644 --- a/plugin.xml +++ b/plugin.xml @@ -9,7 +9,5 @@ cordova,phonegap,swift,plugin https://github.com/akofman/cordova-plugin-add-swift-support.git - - - + diff --git a/src/add-swift-support.js b/src/add-swift-support.js index 37b688b..221c26f 100644 --- a/src/add-swift-support.js +++ b/src/add-swift-support.js @@ -43,7 +43,6 @@ module.exports = function(context) { }); if(!iosPlatformVersion) { - console.log('ERROR'); return; }