From dcdfc94cb39dfe2c39925a0145ffa45e2d061c30 Mon Sep 17 00:00:00 2001 From: Kumar Priyansh Date: Sat, 19 Jan 2019 12:37:14 +0530 Subject: Initial Upload via GIT --- ios.json | 191 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 191 insertions(+) create mode 100644 ios.json (limited to 'ios.json') diff --git a/ios.json b/ios.json new file mode 100644 index 0000000..1b5b6aa --- /dev/null +++ b/ios.json @@ -0,0 +1,191 @@ +{ + "prepare_queue": { + "installed": [], + "uninstalled": [] + }, + "config_munge": { + "files": { + "*-Info.plist": { + "parents": { + "NSLocationWhenInUseUsageDescription": [ + { + "xml": "We use your location to detect weather at your current location.", + "count": 1, + "mode": "merge", + "id": "config.xml" + } + ] + } + }, + "config.xml": { + "parents": { + "/*": [ + { + "xml": "", + "count": 1 + }, + { + "xml": "", + "count": 1 + }, + { + "xml": "", + "count": 1 + }, + { + "xml": "", + "count": 1 + }, + { + "xml": "", + "count": 1 + }, + { + "xml": "", + "count": 1 + }, + { + "xml": "", + "count": 1 + }, + { + "xml": "", + "count": 1 + }, + { + "xml": "", + "count": 1 + }, + { + "xml": "", + "count": 1 + }, + { + "xml": "", + "count": 1 + }, + { + "xml": "", + "count": 1 + } + ] + } + } + } + }, + "installed_plugins": { + "cordova-plugin-device": { + "PACKAGE_NAME": "xyz.kumarpriyansh.weatherapp" + }, + "cordova-plugin-geolocation": { + "PACKAGE_NAME": "xyz.kumarpriyansh.weatherapp" + }, + "cordova-plugin-ionic-keyboard": { + "PACKAGE_NAME": "xyz.kumarpriyansh.weatherapp" + }, + "cordova-plugin-ionic-webview": { + "PACKAGE_NAME": "xyz.kumarpriyansh.weatherapp" + }, + "cordova-plugin-splashscreen": { + "PACKAGE_NAME": "xyz.kumarpriyansh.weatherapp" + }, + "cordova-plugin-statusbar": { + "PACKAGE_NAME": "xyz.kumarpriyansh.weatherapp" + }, + "cordova-plugin-whitelist": { + "PACKAGE_NAME": "xyz.kumarpriyansh.weatherapp" + } + }, + "dependent_plugins": {}, + "modules": [ + { + "id": "cordova-plugin-device.device", + "file": "plugins/cordova-plugin-device/www/device.js", + "pluginId": "cordova-plugin-device", + "clobbers": [ + "device" + ] + }, + { + "id": "cordova-plugin-geolocation.Coordinates", + "file": "plugins/cordova-plugin-geolocation/www/Coordinates.js", + "pluginId": "cordova-plugin-geolocation", + "clobbers": [ + "Coordinates" + ] + }, + { + "id": "cordova-plugin-geolocation.PositionError", + "file": "plugins/cordova-plugin-geolocation/www/PositionError.js", + "pluginId": "cordova-plugin-geolocation", + "clobbers": [ + "PositionError" + ] + }, + { + "id": "cordova-plugin-geolocation.Position", + "file": "plugins/cordova-plugin-geolocation/www/Position.js", + "pluginId": "cordova-plugin-geolocation", + "clobbers": [ + "Position" + ] + }, + { + "id": "cordova-plugin-geolocation.geolocation", + "file": "plugins/cordova-plugin-geolocation/www/geolocation.js", + "pluginId": "cordova-plugin-geolocation", + "clobbers": [ + "navigator.geolocation" + ] + }, + { + "id": "cordova-plugin-ionic-keyboard.keyboard", + "file": "plugins/cordova-plugin-ionic-keyboard/www/ios/keyboard.js", + "pluginId": "cordova-plugin-ionic-keyboard", + "clobbers": [ + "window.Keyboard" + ] + }, + { + "id": "cordova-plugin-ionic-webview.IonicWebView", + "file": "plugins/cordova-plugin-ionic-webview/src/www/util.js", + "pluginId": "cordova-plugin-ionic-webview", + "clobbers": [ + "Ionic.WebView" + ] + }, + { + "id": "cordova-plugin-ionic-webview.ios-wkwebview-exec", + "file": "plugins/cordova-plugin-ionic-webview/src/www/ios/ios-wkwebview-exec.js", + "pluginId": "cordova-plugin-ionic-webview", + "clobbers": [ + "cordova.exec" + ] + }, + { + "id": "cordova-plugin-splashscreen.SplashScreen", + "file": "plugins/cordova-plugin-splashscreen/www/splashscreen.js", + "pluginId": "cordova-plugin-splashscreen", + "clobbers": [ + "navigator.splashscreen" + ] + }, + { + "id": "cordova-plugin-statusbar.statusbar", + "file": "plugins/cordova-plugin-statusbar/www/statusbar.js", + "pluginId": "cordova-plugin-statusbar", + "clobbers": [ + "window.StatusBar" + ] + } + ], + "plugin_metadata": { + "cordova-plugin-device": "2.0.2", + "cordova-plugin-geolocation": "4.0.1", + "cordova-plugin-ionic-keyboard": "2.1.3", + "cordova-plugin-ionic-webview": "2.3.2", + "cordova-plugin-splashscreen": "5.0.2", + "cordova-plugin-statusbar": "2.4.2", + "cordova-plugin-whitelist": "1.3.3" + } +} \ No newline at end of file -- cgit v1.2.3