We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d1778b commit 8736d90Copy full SHA for 8736d90
cli/src/ios/update.ts
@@ -113,7 +113,7 @@ function getFrameworkName(framework: any) {
113
}
114
115
function isFramework(framework: any) {
116
- return framework.$.src.split('.').pop() === 'framework';
+ return framework.$.src.split('.').pop().includes('framework');
117
118
119
async function generateCordovaPodspecs(cordovaPlugins: Plugin[], config: Config) {
0 commit comments