Home
last modified time | relevance | path

Searched refs:podInstallAsync (Results 1 – 5 of 5) sorted by relevance

/expo/tools/src/client-build/
H A DIosClientBuilder.ts4 import { podInstallAsync } from '../CocoaPods';
33 await podInstallAsync(IOS_DIR, {
/expo/tools/src/commands/
H A DPodInstallCommand.ts7 import { podInstallAsync } from '../CocoaPods';
30 await podInstallAsync(absoluteProjectPath, {
/expo/tools/src/publish-packages/tasks/
H A DupdateIosProjects.ts4 import { podInstallAsync } from '../../CocoaPods';
48 await podInstallAsync(path.join(nativeApp.path, 'ios'), { noRepoUpdate: true });
/expo/tools/src/vendoring/
H A DIosVendoring.ts7 import { podInstallAsync, Podspec, readPodspecAsync } from '../CocoaPods';
59 await podInstallAsync(IOS_DIR, {
/expo/tools/src/
H A DCocoaPods.ts51 export async function podInstallAsync( function