aboutsummaryrefslogtreecommitdiff
path: root/ios.json
diff options
context:
space:
mode:
Diffstat (limited to 'ios.json')
-rw-r--r--ios.json191
1 files changed, 0 insertions, 191 deletions
diff --git a/ios.json b/ios.json
deleted file mode 100644
index 1b5b6aa..0000000
--- a/ios.json
+++ /dev/null
@@ -1,191 +0,0 @@
-{
- "prepare_queue": {
- "installed": [],
- "uninstalled": []
- },
- "config_munge": {
- "files": {
- "*-Info.plist": {
- "parents": {
- "NSLocationWhenInUseUsageDescription": [
- {
- "xml": "<string>We use your location to detect weather at your current location.</string>",
- "count": 1,
- "mode": "merge",
- "id": "config.xml"
- }
- ]
- }
- },
- "config.xml": {
- "parents": {
- "/*": [
- {
- "xml": "<feature name=\"Device\"><param name=\"ios-package\" value=\"CDVDevice\" /></feature>",
- "count": 1
- },
- {
- "xml": "<feature name=\"Geolocation\"><param name=\"ios-package\" value=\"CDVLocation\" /></feature>",
- "count": 1
- },
- {
- "xml": "<feature name=\"Keyboard\"><param name=\"ios-package\" onload=\"true\" value=\"CDVIonicKeyboard\" /></feature>",
- "count": 1
- },
- {
- "xml": "<allow-navigation href=\"http://localhost:8080/*\" />",
- "count": 1
- },
- {
- "xml": "<allow-navigation href=\"http://127.0.0.1:8080/*\" />",
- "count": 1
- },
- {
- "xml": "<allow-navigation href=\"ionic://*\" />",
- "count": 1
- },
- {
- "xml": "<feature name=\"IonicWebView\"><param name=\"ios-package\" value=\"CDVWKWebViewEngine\" /></feature>",
- "count": 1
- },
- {
- "xml": "<preference name=\"CordovaWebViewEngine\" value=\"CDVWKWebViewEngine\" />",
- "count": 1
- },
- {
- "xml": "<feature name=\"SplashScreen\"><param name=\"ios-package\" value=\"CDVSplashScreen\" /><param name=\"onload\" value=\"true\" /></feature>",
- "count": 1
- },
- {
- "xml": "<feature name=\"StatusBar\"><param name=\"ios-package\" value=\"CDVStatusBar\" /><param name=\"onload\" value=\"true\" /></feature>",
- "count": 1
- },
- {
- "xml": "<preference name=\"StatusBarOverlaysWebView\" value=\"true\" />",
- "count": 1
- },
- {
- "xml": "<preference name=\"StatusBarStyle\" value=\"lightcontent\" />",
- "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