MCPcopy Index your code
hub / github.com/ionic-team/capacitor / checkIOSPackage

Function checkIOSPackage

cli/src/ios/common.ts:17–19  ·  view source on GitHub ↗
(config: Config)

Source from the content-addressed store, hash-verified

15import { isInstalled, runCommand } from '../util/subprocess';
16
17export async function checkIOSPackage(config: Config): Promise<string | null> {
18 return checkCapacitorPlatform(config, 'ios');
19}
20
21function execBundler() {
22 try {

Callers 1

getAddChecksFunction · 0.90

Calls 1

checkCapacitorPlatformFunction · 0.90

Tested by

no test coverage detected