Home
last modified time | relevance | path

Searched refs:brewInstallCLIAsync (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/package-manager/build/ios/
H A DCocoaPodsPackageManager.d.ts19 static brewInstallCLIAsync(spawnOptions?: SpawnOptions): Promise<void>;
H A DCocoaPodsPackageManager.js68 static async brewInstallCLIAsync(spawnOptions = { stdio: 'inherit' }) { method in CocoaPodsPackageManager
89 await CocoaPodsPackageManager.brewInstallCLIAsync(spawnOptions);
/expo/packages/@expo/package-manager/src/ios/
H A DCocoaPodsPackageManager.ts80 static async brewInstallCLIAsync( method in CocoaPodsPackageManager
110 await CocoaPodsPackageManager.brewInstallCLIAsync(spawnOptions);