diff options
Diffstat (limited to 'plugins/ios.json')
| -rw-r--r-- | plugins/ios.json | 43 |
1 files changed, 41 insertions, 2 deletions
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": "<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 } ] } @@ -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" + } + } } |
