Skip to content

Commit

Permalink
fix(cli): Add onesignal-cordova-plugin to static pod list (#5143)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Oct 15, 2021
1 parent 9470633 commit 937e240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/cordova.ts
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ export function needsStaticPod(plugin: Plugin): boolean {
'@havesource/cordova-plugin-push',
'cordova-plugin-firebasex',
'@batch.com/cordova-plugin',
'onesignal-cordova-plugin',
];
return pluginList.includes(plugin.id);
}
Expand Down

0 comments on commit 937e240

Please sign in to comment.