diff options
Diffstat (limited to 'plugins/ios.json')
| -rw-r--r-- | plugins/ios.json | 36 |
1 files changed, 33 insertions, 3 deletions
diff --git a/plugins/ios.json b/plugins/ios.json index 0a1cd4f8..4cb3e0ad 100644 --- a/plugins/ios.json +++ b/plugins/ios.json @@ -43,6 +43,14 @@ { "xml": "<feature name=\"Insomnia\"><param name=\"ios-package\" value=\"Insomnia\" /></feature>", "count": 1 + }, + { + "xml": "<feature name=\"File\"><param name=\"ios-package\" value=\"CDVFile\" /><param name=\"onload\" value=\"true\" /></feature>", + "count": 1 + }, + { + "xml": "<feature name=\"EmailComposer\"><param name=\"ios-package\" value=\"APPEmailComposer\" /></feature>", + "count": 1 } ] } @@ -56,10 +64,26 @@ } ], "QuartzCore.framework": [], - "AssetsLibrary.framework": [], - "MobileCoreServices.framework": [], + "AssetsLibrary.framework": [ + { + "xml": false, + "count": 1 + } + ], + "MobileCoreServices.framework": [ + { + "xml": false, + "count": 1 + } + ], "Security.framework": [], - "SystemConfiguration.framework": [] + "SystemConfiguration.framework": [], + "MessageUI.framework": [ + { + "xml": true, + "count": 1 + } + ] } } } @@ -88,6 +112,12 @@ }, "nl.x-services.plugins.insomnia": { "PACKAGE_NAME": "com.pliablepixels.zmninja" + }, + "cordova-plugin-file": { + "PACKAGE_NAME": "com.pliablepixels.zmninja" + }, + "de.appplant.cordova.plugin.email-composer": { + "PACKAGE_NAME": "com.pliablepixels.zmninja" } }, "dependent_plugins": {} |
