12345678910111213141516171819202122232425 |
- {
- "prepare_queue": {
- "installed": [],
- "uninstalled": []
- },
- "config_munge": {
- "files": {}
- },
- "installed_plugins": {
- "cordova-plugin-whitelist": {
- "PACKAGE_NAME": "$(PRODUCT_BUNDLE_IDENTIFIER)"
- },
- "cordova-plugin-contacts": {
- "PACKAGE_NAME": "$(PRODUCT_BUNDLE_IDENTIFIER)"
- },
- "cordova-plugin-contacts-phonenumbers": {
- "CONTACTS_USAGE_DESCRIPTION": "This app needs contacts access",
- "PACKAGE_NAME": "$(PRODUCT_BUNDLE_IDENTIFIER)"
- },
- "cordova-plugin-android-permissions": {
- "PACKAGE_NAME": "$(PRODUCT_BUNDLE_IDENTIFIER)"
- }
- },
- "dependent_plugins": {}
- }
|