MCPcopy
hub / github.com/ionic-team/capacitor / needsStaticPod

Function needsStaticPod

cli/src/cordova.ts:557–559  ·  view source on GitHub ↗
(plugin: Plugin)

Source from the content-addressed store, hash-verified

555}
556
557export function needsStaticPod(plugin: Plugin): boolean {
558 return useFrameworks(plugin);
559}
560
561function useFrameworks(plugin: Plugin): boolean {
562 const podspecs = getPlatformElement(plugin, 'ios', 'podspec');

Callers 3

generatePodFileFunction · 0.90
generateCordovaPodspecsFunction · 0.90
copyPluginsNativeFilesFunction · 0.90

Calls 1

useFrameworksFunction · 0.85

Tested by

no test coverage detected