|
|
@@ -1,52 +1,334 @@
|
|
|
-cordova.define('cordova/plugin_list', function(require, exports, module) {
|
|
|
+cordova.define("cordova/plugin_list", function(require, exports, module) {
|
|
|
module.exports = [
|
|
|
{
|
|
|
- "id": "cordova-plugin-device.device",
|
|
|
- "file": "plugins/cordova-plugin-device/www/device.js",
|
|
|
- "pluginId": "cordova-plugin-device",
|
|
|
- "clobbers": [
|
|
|
- "device"
|
|
|
- ]
|
|
|
+ id: "cordova-plugin-device.device",
|
|
|
+ file: "plugins/cordova-plugin-device/www/device.js",
|
|
|
+ pluginId: "cordova-plugin-device",
|
|
|
+ clobbers: ["device"]
|
|
|
},
|
|
|
{
|
|
|
- "id": "jpush-phonegap-plugin.JPushPlugin",
|
|
|
- "file": "plugins/jpush-phonegap-plugin/www/JPushPlugin.js",
|
|
|
- "pluginId": "jpush-phonegap-plugin",
|
|
|
- "clobbers": [
|
|
|
- "JPush"
|
|
|
- ]
|
|
|
+ id: "jpush-phonegap-plugin.JPushPlugin",
|
|
|
+ file: "plugins/jpush-phonegap-plugin/www/JPushPlugin.js",
|
|
|
+ pluginId: "jpush-phonegap-plugin",
|
|
|
+ clobbers: ["JPush"]
|
|
|
},
|
|
|
{
|
|
|
- "id": "cordova-plugin-wechat.Wechat",
|
|
|
- "file": "plugins/cordova-plugin-wechat/www/wechat.js",
|
|
|
- "pluginId": "cordova-plugin-wechat",
|
|
|
- "clobbers": [
|
|
|
- "Wechat"
|
|
|
- ]
|
|
|
+ id: "cordova-plugin-wechat.Wechat",
|
|
|
+ file: "plugins/cordova-plugin-wechat/www/wechat.js",
|
|
|
+ pluginId: "cordova-plugin-wechat",
|
|
|
+ clobbers: ["Wechat"]
|
|
|
},
|
|
|
{
|
|
|
- "id": "cordova-plugin-customurlscheme.LaunchMyApp",
|
|
|
- "file": "plugins/cordova-plugin-customurlscheme/www/android/LaunchMyApp.js",
|
|
|
- "pluginId": "cordova-plugin-customurlscheme",
|
|
|
- "clobbers": [
|
|
|
- "window.plugins.launchmyapp"
|
|
|
- ]
|
|
|
+ id: "cordova-plugin-customurlscheme.LaunchMyApp",
|
|
|
+ file: "plugins/cordova-plugin-customurlscheme/www/android/LaunchMyApp.js",
|
|
|
+ pluginId: "cordova-plugin-customurlscheme",
|
|
|
+ clobbers: ["window.plugins.launchmyapp"]
|
|
|
},
|
|
|
{
|
|
|
- "id": "cordova-plugin-fullscreen.AndroidFullScreen",
|
|
|
- "file": "plugins/cordova-plugin-fullscreen/www/AndroidFullScreen.js",
|
|
|
- "pluginId": "cordova-plugin-fullscreen",
|
|
|
- "clobbers": [
|
|
|
- "AndroidFullScreen"
|
|
|
- ]
|
|
|
+ id: "cordova-plugin-fullscreen.AndroidFullScreen",
|
|
|
+ file: "plugins/cordova-plugin-fullscreen/www/AndroidFullScreen.js",
|
|
|
+ pluginId: "cordova-plugin-fullscreen",
|
|
|
+ clobbers: ["AndroidFullScreen"]
|
|
|
},
|
|
|
{
|
|
|
- "id": "cordova-plugin-statusbar.statusbar",
|
|
|
- "file": "plugins/cordova-plugin-statusbar/www/statusbar.js",
|
|
|
- "pluginId": "cordova-plugin-statusbar",
|
|
|
- "clobbers": [
|
|
|
- "window.StatusBar"
|
|
|
- ]
|
|
|
+ id: "cordova-plugin-statusbar.statusbar",
|
|
|
+ file: "plugins/cordova-plugin-statusbar/www/statusbar.js",
|
|
|
+ pluginId: "cordova-plugin-statusbar",
|
|
|
+ clobbers: ["window.StatusBar"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "code-push.AcquisitionManager",
|
|
|
+ file: "plugins/code-push/script/acquisition-sdk.js",
|
|
|
+ pluginId: "code-push",
|
|
|
+ merges: ["window"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-dialogs.notification",
|
|
|
+ file: "plugins/cordova-plugin-dialogs/www/notification.js",
|
|
|
+ pluginId: "cordova-plugin-dialogs",
|
|
|
+ merges: ["navigator.notification"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-dialogs.notification_android",
|
|
|
+ file: "plugins/cordova-plugin-dialogs/www/android/notification.js",
|
|
|
+ pluginId: "cordova-plugin-dialogs",
|
|
|
+ merges: ["navigator.notification"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-file.DirectoryEntry",
|
|
|
+ file: "plugins/cordova-plugin-file/www/DirectoryEntry.js",
|
|
|
+ pluginId: "cordova-plugin-file",
|
|
|
+ clobbers: ["window.DirectoryEntry"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-file.DirectoryReader",
|
|
|
+ file: "plugins/cordova-plugin-file/www/DirectoryReader.js",
|
|
|
+ pluginId: "cordova-plugin-file",
|
|
|
+ clobbers: ["window.DirectoryReader"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-file.Entry",
|
|
|
+ file: "plugins/cordova-plugin-file/www/Entry.js",
|
|
|
+ pluginId: "cordova-plugin-file",
|
|
|
+ clobbers: ["window.Entry"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-file.File",
|
|
|
+ file: "plugins/cordova-plugin-file/www/File.js",
|
|
|
+ pluginId: "cordova-plugin-file",
|
|
|
+ clobbers: ["window.File"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-file.FileEntry",
|
|
|
+ file: "plugins/cordova-plugin-file/www/FileEntry.js",
|
|
|
+ pluginId: "cordova-plugin-file",
|
|
|
+ clobbers: ["window.FileEntry"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-file.FileError",
|
|
|
+ file: "plugins/cordova-plugin-file/www/FileError.js",
|
|
|
+ pluginId: "cordova-plugin-file",
|
|
|
+ clobbers: ["window.FileError"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-file.FileReader",
|
|
|
+ file: "plugins/cordova-plugin-file/www/FileReader.js",
|
|
|
+ pluginId: "cordova-plugin-file",
|
|
|
+ clobbers: ["window.FileReader"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-file.FileSystem",
|
|
|
+ file: "plugins/cordova-plugin-file/www/FileSystem.js",
|
|
|
+ pluginId: "cordova-plugin-file",
|
|
|
+ clobbers: ["window.FileSystem"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-file.FileUploadOptions",
|
|
|
+ file: "plugins/cordova-plugin-file/www/FileUploadOptions.js",
|
|
|
+ pluginId: "cordova-plugin-file",
|
|
|
+ clobbers: ["window.FileUploadOptions"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-file.FileUploadResult",
|
|
|
+ file: "plugins/cordova-plugin-file/www/FileUploadResult.js",
|
|
|
+ pluginId: "cordova-plugin-file",
|
|
|
+ clobbers: ["window.FileUploadResult"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-file.FileWriter",
|
|
|
+ file: "plugins/cordova-plugin-file/www/FileWriter.js",
|
|
|
+ pluginId: "cordova-plugin-file",
|
|
|
+ clobbers: ["window.FileWriter"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-file.Flags",
|
|
|
+ file: "plugins/cordova-plugin-file/www/Flags.js",
|
|
|
+ pluginId: "cordova-plugin-file",
|
|
|
+ clobbers: ["window.Flags"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-file.LocalFileSystem",
|
|
|
+ file: "plugins/cordova-plugin-file/www/LocalFileSystem.js",
|
|
|
+ pluginId: "cordova-plugin-file",
|
|
|
+ clobbers: ["window.LocalFileSystem"],
|
|
|
+ merges: ["window"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-file.Metadata",
|
|
|
+ file: "plugins/cordova-plugin-file/www/Metadata.js",
|
|
|
+ pluginId: "cordova-plugin-file",
|
|
|
+ clobbers: ["window.Metadata"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-file.ProgressEvent",
|
|
|
+ file: "plugins/cordova-plugin-file/www/ProgressEvent.js",
|
|
|
+ pluginId: "cordova-plugin-file",
|
|
|
+ clobbers: ["window.ProgressEvent"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-file.fileSystems",
|
|
|
+ file: "plugins/cordova-plugin-file/www/fileSystems.js",
|
|
|
+ pluginId: "cordova-plugin-file"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-file.requestFileSystem",
|
|
|
+ file: "plugins/cordova-plugin-file/www/requestFileSystem.js",
|
|
|
+ pluginId: "cordova-plugin-file",
|
|
|
+ clobbers: ["window.requestFileSystem"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-file.resolveLocalFileSystemURI",
|
|
|
+ file: "plugins/cordova-plugin-file/www/resolveLocalFileSystemURI.js",
|
|
|
+ pluginId: "cordova-plugin-file",
|
|
|
+ merges: ["window"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-file.isChrome",
|
|
|
+ file: "plugins/cordova-plugin-file/www/browser/isChrome.js",
|
|
|
+ pluginId: "cordova-plugin-file",
|
|
|
+ runs: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-file.androidFileSystem",
|
|
|
+ file: "plugins/cordova-plugin-file/www/android/FileSystem.js",
|
|
|
+ pluginId: "cordova-plugin-file",
|
|
|
+ merges: ["FileSystem"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-file.fileSystems-roots",
|
|
|
+ file: "plugins/cordova-plugin-file/www/fileSystems-roots.js",
|
|
|
+ pluginId: "cordova-plugin-file",
|
|
|
+ runs: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-file.fileSystemPaths",
|
|
|
+ file: "plugins/cordova-plugin-file/www/fileSystemPaths.js",
|
|
|
+ pluginId: "cordova-plugin-file",
|
|
|
+ merges: ["cordova"],
|
|
|
+ runs: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-advanced-http.cookie-handler",
|
|
|
+ file: "plugins/cordova-plugin-advanced-http/www/cookie-handler.js",
|
|
|
+ pluginId: "cordova-plugin-advanced-http"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-advanced-http.dependency-validator",
|
|
|
+ file: "plugins/cordova-plugin-advanced-http/www/dependency-validator.js",
|
|
|
+ pluginId: "cordova-plugin-advanced-http"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-advanced-http.error-codes",
|
|
|
+ file: "plugins/cordova-plugin-advanced-http/www/error-codes.js",
|
|
|
+ pluginId: "cordova-plugin-advanced-http"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-advanced-http.global-configs",
|
|
|
+ file: "plugins/cordova-plugin-advanced-http/www/global-configs.js",
|
|
|
+ pluginId: "cordova-plugin-advanced-http"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-advanced-http.helpers",
|
|
|
+ file: "plugins/cordova-plugin-advanced-http/www/helpers.js",
|
|
|
+ pluginId: "cordova-plugin-advanced-http"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-advanced-http.js-util",
|
|
|
+ file: "plugins/cordova-plugin-advanced-http/www/js-util.js",
|
|
|
+ pluginId: "cordova-plugin-advanced-http"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-advanced-http.local-storage-store",
|
|
|
+ file: "plugins/cordova-plugin-advanced-http/www/local-storage-store.js",
|
|
|
+ pluginId: "cordova-plugin-advanced-http"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-advanced-http.lodash",
|
|
|
+ file: "plugins/cordova-plugin-advanced-http/www/lodash.js",
|
|
|
+ pluginId: "cordova-plugin-advanced-http"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-advanced-http.messages",
|
|
|
+ file: "plugins/cordova-plugin-advanced-http/www/messages.js",
|
|
|
+ pluginId: "cordova-plugin-advanced-http"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-advanced-http.ponyfills",
|
|
|
+ file: "plugins/cordova-plugin-advanced-http/www/ponyfills.js",
|
|
|
+ pluginId: "cordova-plugin-advanced-http"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-advanced-http.public-interface",
|
|
|
+ file: "plugins/cordova-plugin-advanced-http/www/public-interface.js",
|
|
|
+ pluginId: "cordova-plugin-advanced-http"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-advanced-http.tough-cookie",
|
|
|
+ file: "plugins/cordova-plugin-advanced-http/www/umd-tough-cookie.js",
|
|
|
+ pluginId: "cordova-plugin-advanced-http"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-advanced-http.url-util",
|
|
|
+ file: "plugins/cordova-plugin-advanced-http/www/url-util.js",
|
|
|
+ pluginId: "cordova-plugin-advanced-http"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-advanced-http.http",
|
|
|
+ file: "plugins/cordova-plugin-advanced-http/www/advanced-http.js",
|
|
|
+ pluginId: "cordova-plugin-advanced-http",
|
|
|
+ clobbers: ["cordova.plugin.http"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-zip.Zip",
|
|
|
+ file: "plugins/cordova-plugin-zip/zip.js",
|
|
|
+ pluginId: "cordova-plugin-zip",
|
|
|
+ clobbers: ["zip"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-code-push.codePush",
|
|
|
+ file: "plugins/cordova-plugin-code-push/bin/www/codePush.js",
|
|
|
+ pluginId: "cordova-plugin-code-push",
|
|
|
+ clobbers: ["codePush"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-code-push.localPackage",
|
|
|
+ file: "plugins/cordova-plugin-code-push/bin/www/localPackage.js",
|
|
|
+ pluginId: "cordova-plugin-code-push",
|
|
|
+ clobbers: ["LocalPackage"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-code-push.remotePackage",
|
|
|
+ file: "plugins/cordova-plugin-code-push/bin/www/remotePackage.js",
|
|
|
+ pluginId: "cordova-plugin-code-push",
|
|
|
+ clobbers: ["RemotePackage"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-code-push.syncStatus",
|
|
|
+ file: "plugins/cordova-plugin-code-push/bin/www/syncStatus.js",
|
|
|
+ pluginId: "cordova-plugin-code-push",
|
|
|
+ clobbers: ["SyncStatus"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-code-push.installMode",
|
|
|
+ file: "plugins/cordova-plugin-code-push/bin/www/installMode.js",
|
|
|
+ pluginId: "cordova-plugin-code-push",
|
|
|
+ clobbers: ["InstallMode"]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-code-push.codePushUtil",
|
|
|
+ file: "plugins/cordova-plugin-code-push/bin/www/codePushUtil.js",
|
|
|
+ pluginId: "cordova-plugin-code-push",
|
|
|
+ runs: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-code-push.fileUtil",
|
|
|
+ file: "plugins/cordova-plugin-code-push/bin/www/fileUtil.js",
|
|
|
+ pluginId: "cordova-plugin-code-push",
|
|
|
+ runs: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-code-push.httpRequester",
|
|
|
+ file: "plugins/cordova-plugin-code-push/bin/www/httpRequester.js",
|
|
|
+ pluginId: "cordova-plugin-code-push",
|
|
|
+ runs: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-code-push.nativeAppInfo",
|
|
|
+ file: "plugins/cordova-plugin-code-push/bin/www/nativeAppInfo.js",
|
|
|
+ pluginId: "cordova-plugin-code-push",
|
|
|
+ runs: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-code-push.package",
|
|
|
+ file: "plugins/cordova-plugin-code-push/bin/www/package.js",
|
|
|
+ pluginId: "cordova-plugin-code-push",
|
|
|
+ runs: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "cordova-plugin-code-push.sdk",
|
|
|
+ file: "plugins/cordova-plugin-code-push/bin/www/sdk.js",
|
|
|
+ pluginId: "cordova-plugin-code-push",
|
|
|
+ runs: true
|
|
|
}
|
|
|
];
|
|
|
module.exports.metadata = {
|
|
|
@@ -57,6 +339,12 @@ cordova.define('cordova/plugin_list', function(require, exports, module) {
|
|
|
"cordova-plugin-wechat": "3.0.0",
|
|
|
"cordova-plugin-customurlscheme": "5.0.2",
|
|
|
"cordova-plugin-fullscreen": "1.3.0",
|
|
|
- "cordova-plugin-statusbar": "2.4.3"
|
|
|
+ "cordova-plugin-statusbar": "2.4.3",
|
|
|
+ "code-push": "3.0.1",
|
|
|
+ "cordova-plugin-dialogs": "2.0.2",
|
|
|
+ "cordova-plugin-file": "6.0.2",
|
|
|
+ "cordova-plugin-advanced-http": "3.0.1",
|
|
|
+ "cordova-plugin-zip": "3.1.0",
|
|
|
+ "cordova-plugin-code-push": "1.13.1"
|
|
|
};
|
|
|
-});
|
|
|
+});
|