{
    "prepare_queue": {
        "installed": [],
        "uninstalled": []
    },
    "config_munge": {
        "files": {
            "config.xml": {
                "parents": {
                    "/*": [
                        {
                            "xml": "<feature name=\"Console\"><param name=\"ios-package\" value=\"CDVLogger\" /></feature>",
                            "count": 1
                        },
                        {
                            "xml": "<feature name=\"Device\"><param name=\"ios-package\" value=\"CDVDevice\" /></feature>",
                            "count": 1
                        },
                        {
                            "xml": "<feature name=\"Accelerometer\"><param name=\"ios-package\" value=\"CDVAccelerometer\" /></feature>",
                            "count": 1
                        },
                        {
                            "xml": "<feature name=\"Compass\"><param name=\"ios-package\" value=\"CDVCompass\" /></feature>",
                            "count": 1
                        },
                        {
                            "xml": "<feature name=\"Geolocation\"><param name=\"ios-package\" value=\"CDVLocation\" /></feature>",
                            "count": 1
                        },
                        {
                            "xml": "<feature name=\"InAppBrowser\"><param name=\"ios-package\" value=\"CDVInAppBrowser\" /></feature>",
                            "count": 1
                        },
                        {
                            "xml": "<feature name=\"SplashScreen\"><param name=\"ios-package\" value=\"CDVSplashScreen\" /><param name=\"onload\" value=\"true\" /></feature>",
                            "count": 1
                        }
                    ]
                }
            },
            "framework": {
                "parents": {
                    "CoreMotion.framework": [
                        {
                            "xml": false,
                            "count": 1
                        }
                    ],
                    "CoreLocation.framework": [
                        {
                            "xml": false,
                            "count": 2
                        }
                    ],
                    "CoreGraphics.framework": [
                        {
                            "xml": false,
                            "count": 2
                        }
                    ]
                }
            },
            "*-Info.plist": {
                "parents": {
                    "NSLocationWhenInUseUsageDescription": [
                        {
                            "xml": "<string />",
                            "count": 1
                        }
                    ]
                }
            }
        }
    },
    "installed_plugins": {
        "cordova-plugin-console": {
            "PACKAGE_NAME": "io.zland.app"
        },
        "cordova-plugin-device": {
            "PACKAGE_NAME": "io.zland.app"
        },
        "cordova-plugin-device-motion": {
            "PACKAGE_NAME": "io.zland.app"
        },
        "cordova-plugin-device-orientation": {
            "PACKAGE_NAME": "io.zland.app"
        },
        "cordova-plugin-geolocation": {
            "PACKAGE_NAME": "io.zland.app"
        },
        "cordova-plugin-inappbrowser": {
            "PACKAGE_NAME": "io.zland.app"
        },
        "cordova-plugin-splashscreen": {
            "PACKAGE_NAME": "io.zland.app"
        },
        "cordova-plugin-whitelist": {
            "PACKAGE_NAME": "io.zland.app"
        }
    },
    "dependent_plugins": {}
}