From 02fb2a12eccc2b03338ccdcaf99a8edd26cfd7d2 Mon Sep 17 00:00:00 2001 From: Tomasz Subik Date: Sun, 26 Feb 2017 11:22:44 +0100 Subject: [PATCH] set use legacy swift version for ios --- config.xml | 131 +++++++++++++++++++++++++++++++-------------------- package.json | 6 +-- 2 files changed, 82 insertions(+), 55 deletions(-) diff --git a/config.xml b/config.xml index dd0d460..049430d 100644 --- a/config.xml +++ b/config.xml @@ -1,56 +1,85 @@ - + - Ionic Geofence - + Ionic Geofence + Geofence Sample Application Built With Ionic - + Tomasz Subik - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/package.json b/package.json index aaa8373..31e500b 100644 --- a/package.json +++ b/package.json @@ -25,10 +25,8 @@ "wd": "^0.4.0", "wd-bridge": "0.0.2" }, - "cordovaPlugins": [ - "cordova-plugin-splashscreen" - ], + "cordovaPlugins": [], "cordovaPlatforms": [ - "android" + "ios" ] }