diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-06-27 09:52:06 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-06-27 09:52:06 -0400 |
| commit | 319d4cb6670729708c19ad50b0146d1bcb7b4719 (patch) | |
| tree | c61e9723a1fd217b1816c987bba66e470e73bf02 /plugins/ios.json | |
| parent | fdc42fae48db0fef5fbdc9ef51a27d219aea3a72 (diff) | |
Added ability to log key events to file and email (useful for release debugging)
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": {} |
