diff --git a/AgudaApp/.gitignore b/AgudaApp/.gitignore index b3e984041..8052d5da0 100644 --- a/AgudaApp/.gitignore +++ b/AgudaApp/.gitignore @@ -23,8 +23,6 @@ tmp/ temp/ hooks/ -plugins/android.json -plugins/ios.json $RECYCLE.BIN/ .DS_Store diff --git a/AgudaApp/plugins/android.json b/AgudaApp/plugins/android.json new file mode 100644 index 000000000..6e08b7dab --- /dev/null +++ b/AgudaApp/plugins/android.json @@ -0,0 +1,33 @@ +{ + "prepare_queue": { + "installed": [], + "uninstalled": [] + }, + "config_munge": { + "files": {} + }, + "installed_plugins": { + "cordova-plugin-device": { + "PACKAGE_NAME": "jce.aguda.teamcal" + }, + "cordova-plugin-fcm": { + "PACKAGE_NAME": "jce.aguda.teamcal" + }, + "cordova-plugin-ionic-keyboard": { + "PACKAGE_NAME": "jce.aguda.teamcal" + }, + "cordova-plugin-ionic-webview": { + "PACKAGE_NAME": "jce.aguda.teamcal" + }, + "cordova-plugin-splashscreen": { + "PACKAGE_NAME": "jce.aguda.teamcal" + }, + "cordova-plugin-whitelist": { + "PACKAGE_NAME": "jce.aguda.teamcal" + }, + "cordova-plugin-firebase": { + "PACKAGE_NAME": "jce.aguda.teamcal" + } + }, + "dependent_plugins": {} +} \ No newline at end of file diff --git a/AgudaApp/plugins/ios.json b/AgudaApp/plugins/ios.json new file mode 100644 index 000000000..260deff30 --- /dev/null +++ b/AgudaApp/plugins/ios.json @@ -0,0 +1,18 @@ +{ + "prepare_queue": { + "installed": [], + "uninstalled": [] + }, + "config_munge": { + "files": {} + }, + "installed_plugins": { + "cordova-plugin-fcm": { + "PACKAGE_NAME": "io.ionic.starter" + }, + "cordova-plugin-firebase": { + "PACKAGE_NAME": "jce.aguda.teamcal" + } + }, + "dependent_plugins": {} +} \ No newline at end of file