summaryrefslogtreecommitdiff
path: root/plugins/ios.json
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-06-24 18:47:42 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-06-24 18:47:42 -0400
commit855a0e8ddc273b58066530a1b55a946021dfc56e (patch)
tree26550033e855a31a265fc2da4da3df0cc2733dc1 /plugins/ios.json
parentd442629aa825aab6bc55ab6be19e3aba060867fe (diff)
Cleaned up code, commented, preparing for HTTPS via CordovaHTTP
Diffstat (limited to 'plugins/ios.json')
-rw-r--r--plugins/ios.json43
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"
+ }
+ }
}