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

Function determineCocoapodPath

cli/src/config.ts:421–426  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

419}
420
421async function determineCocoapodPath(): Promise<string> {
422 if (process.env.CAPACITOR_COCOAPODS_PATH) {
423 return process.env.CAPACITOR_COCOAPODS_PATH;
424 }
425 return 'pod';
426}
427
428async function determinePackageManager(
429 rootDir: string,

Callers 1

loadIOSConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected