diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-06-25 16:10:07 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-06-25 16:10:07 -0400 |
| commit | 65e7255c868bed3bb950e7e36ab786934edc559f (patch) | |
| tree | 085a58a4bc4a55111803dde9ab412dec9e9a8bb1 /plugins/ios.json | |
| parent | 855a0e8ddc273b58066530a1b55a946021dfc56e (diff) | |
https now works with self-signed certificates (needs provisioning though)
Diffstat (limited to 'plugins/ios.json')
| -rw-r--r-- | plugins/ios.json | 45 |
1 files changed, 5 insertions, 40 deletions
diff --git a/plugins/ios.json b/plugins/ios.json index cb35c5e2..e26341bd 100644 --- a/plugins/ios.json +++ b/plugins/ios.json @@ -39,14 +39,6 @@ { "xml": "<feature name=\"InAppBrowser\"><param name=\"ios-package\" value=\"CDVInAppBrowser\" /></feature>", "count": 1 - }, - { - "xml": "<feature name=\"File\"><param name=\"ios-package\" value=\"CDVFile\" /></feature>", - "count": 1 - }, - { - "xml": "<feature name=\"CordovaHttpPlugin\"><param name=\"ios-package\" value=\"CordovaHttpPlugin\" /></feature>", - "count": 1 } ] } @@ -60,30 +52,10 @@ } ], "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 - } - ] + "AssetsLibrary.framework": [], + "MobileCoreServices.framework": [], + "Security.framework": [], + "SystemConfiguration.framework": [] } } } @@ -109,14 +81,7 @@ }, "cordova-plugin-inappbrowser": { "PACKAGE_NAME": "com.ionicframework.zmninja469849" - }, - "com.synconset.cordovaHTTP": { - "PACKAGE_NAME": "com.pliablepixels.zmninja" } }, - "dependent_plugins": { - "org.apache.cordova.file": { - "PACKAGE_NAME": "com.pliablepixels.zmninja" - } - } + "dependent_plugins": {} } |
