From 855a0e8ddc273b58066530a1b55a946021dfc56e Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Wed, 24 Jun 2015 18:47:42 -0400 Subject: Cleaned up code, commented, preparing for HTTPS via CordovaHTTP --- plugins/ios.json | 43 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) (limited to 'plugins/ios.json') diff --git a/plugins/ios.json b/plugins/ios.json index 9b27d845..cb35c5e2 100644 --- a/plugins/ios.json +++ b/plugins/ios.json @@ -39,6 +39,14 @@ { "xml": "", "count": 1 + }, + { + "xml": "", + "count": 1 + }, + { + "xml": "", + "count": 1 } ] } @@ -51,7 +59,31 @@ "count": 2 } ], - "QuartzCore.framework": [] + "QuartzCore.framework": [], + "AssetsLibrary.framework": [ + { + "xml": false, + "count": 1 + } + ], + "MobileCoreServices.framework": [ + { + "xml": false, + "count": 1 + } + ], + "Security.framework": [ + { + "xml": false, + "count": 1 + } + ], + "SystemConfiguration.framework": [ + { + "xml": false, + "count": 1 + } + ] } } } @@ -77,7 +109,14 @@ }, "cordova-plugin-inappbrowser": { "PACKAGE_NAME": "com.ionicframework.zmninja469849" + }, + "com.synconset.cordovaHTTP": { + "PACKAGE_NAME": "com.pliablepixels.zmninja" } }, - "dependent_plugins": {} + "dependent_plugins": { + "org.apache.cordova.file": { + "PACKAGE_NAME": "com.pliablepixels.zmninja" + } + } } -- cgit v1.2.3