Searched refs:podInstallAsync (Results 1 – 5 of 5) sorted by relevance
4 import { podInstallAsync } from '../CocoaPods';33 await podInstallAsync(IOS_DIR, {
7 import { podInstallAsync } from '../CocoaPods';30 await podInstallAsync(absoluteProjectPath, {
4 import { podInstallAsync } from '../../CocoaPods';48 await podInstallAsync(path.join(nativeApp.path, 'ios'), { noRepoUpdate: true });
7 import { podInstallAsync, Podspec, readPodspecAsync } from '../CocoaPods';59 await podInstallAsync(IOS_DIR, {
51 export async function podInstallAsync( function