Skip to content

Commit

Permalink
fix(cordova): Add cordova-support-google-services to incompatible list (
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed May 13, 2020
1 parent cdd317f commit 58d0768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/cordova.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ export function getIncompatibleCordovaPlugins(platform: string) {
let pluginList = ['cordova-plugin-splashscreen', 'cordova-plugin-ionic-webview', 'cordova-plugin-crosswalk-webview',
'cordova-plugin-wkwebview-engine', 'cordova-plugin-console', 'cordova-plugin-music-controls',
'cordova-plugin-add-swift-support', 'cordova-plugin-ionic-keyboard', 'cordova-plugin-braintree',
'@ionic-enterprise/filesystem', '@ionic-enterprise/keyboard', '@ionic-enterprise/splashscreen'];
'@ionic-enterprise/filesystem', '@ionic-enterprise/keyboard', '@ionic-enterprise/splashscreen', 'cordova-support-google-services'];
if (platform === 'ios') {
pluginList.push('cordova-plugin-googlemaps', 'cordova-plugin-statusbar', '@ionic-enterprise/statusbar');
}
Expand Down

0 comments on commit 58d0768

Please sign in to comment.