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

Function getPluginsTask

cli/src/ios/update.ts:691–697  ·  view source on GitHub ↗
(config: Config)

Source from the content-addressed store, hash-verified

689}
690
691async function getPluginsTask(config: Config) {
692 return await runTask('Updating iOS plugins', async () => {
693 const allPlugins = await getPlugins(config, 'ios');
694 const iosPlugins = await getIOSPlugins(allPlugins);
695 return iosPlugins;
696 });
697}
698
699async function replaceFrameworkVariables(config: Config, prefsArray: any[], frameworkString: string) {
700 prefsArray.map((preference: any) => {

Callers 1

updateIOSFunction · 0.70

Calls 3

runTaskFunction · 0.90
getPluginsFunction · 0.90
getIOSPluginsFunction · 0.90

Tested by

no test coverage detected