Home
last modified time | relevance | path

Searched refs:IOS_DIR (Results 1 – 12 of 12) sorted by relevance

/expo/tools/src/client-build/
H A DIosClientBuilder.ts5 import { EXPO_DIR, IOS_DIR } from '../Constants';
15 IOS_DIR,
33 await podInstallAsync(IOS_DIR, {
/expo/tools/src/versioning/ios/
H A Dutils.ts3 import { IOS_DIR, VERSIONED_RN_IOS_DIR } from '../../Constants';
16 return path.join(IOS_DIR, 'versioned', `sdk${sdkNumber}`);
H A DversionExpoModulesProvider.ts4 import { IOS_DIR } from '../../Constants';
17 IOS_DIR,
H A Dindex.ts14 IOS_DIR,
308 const kernelFilesPath = path.join(IOS_DIR, 'Exponent/kernel');
389 IOS_DIR,
541 await fs.copy(path.join(IOS_DIR, 'Exponent', 'Versioned'), versionedExpoKitPath);
757 const relativeReactNativePath = path.relative(IOS_DIR, getVersionedReactNativePath(versionName));
758 const relativeExpoKitPath = path.relative(IOS_DIR, getVersionedExpoKitPath(versionName));
1098 await modifyVersionConfigAsync(path.join(IOS_DIR, 'Exponent', 'Supporting'), (config) =>
1115 ...(await glob(path.join(IOS_DIR, 'build', versionName, 'generated', 'ios', '**', '*--'))),
1177 await spawnAsync('pod', ['install'], { stdio: 'inherit', cwd: IOS_DIR });
1229 await modifyVersionConfigAsync(path.join(IOS_DIR, 'Exponent', 'Supporting'), (config) =>
/expo/tools/src/
H A DConstants.ts11 export const IOS_DIR = Directories.getIosDir(); constant
25 export const IOS_VENDORED_DIR = path.join(IOS_DIR, 'vendored');
H A DPackages.ts12 const IOS_DIR = Directories.getIosDir(); constant
216 fs.pathExistsSync(path.join(IOS_DIR, 'Pods', 'Headers', 'Public', podspecName))
/expo/tools/src/vendoring/
H A DIosVendoring.ts8 import { IOS_DIR } from '../Constants';
58 logger.log('♻️ Reinstalling pods at %s', chalk.magenta(IOS_DIR));
59 await podInstallAsync(IOS_DIR, {
H A Dlegacy.ts54 const IOS_DIR = Directories.getIosDir(); constant
913 const targetDir = path.join(IOS_DIR, 'Exponent', 'Versioned', 'Core', step.targetIosPath);
917 `\nCleaning up iOS files at ${chalk.magenta(path.relative(IOS_DIR, targetDir))} ...`
927 const pbxprojPath = path.join(IOS_DIR, 'Exponent.xcodeproj', 'project.pbxproj');
944 path.relative(IOS_DIR, pbxprojPath)
/expo/tools/src/commands/
H A DIosGenerateDynamicMacros.ts8 const IOS_DIR = Directories.getIosDir(); constant
9 const SUPPORTING_DIR = path.join(IOS_DIR, 'Exponent', 'Supporting');
H A DPublishProdExpoHomeCommand.ts14 import { ANDROID_DIR, IOS_DIR } from '../Constants';
27 const iosPublishBundlePath = path.join(IOS_DIR, 'Exponent', 'Supporting', 'kernel.ios.bundle');
36 const iosManifestPath = path.join(IOS_DIR, 'Exponent', 'Supporting', 'kernel-manifest.json');
/expo/tools/src/prebuilds/
H A DPrebuilder.ts7 import { IOS_DIR } from '../Constants';
18 const PODS_DIR = path.join(IOS_DIR, 'Pods');
H A DXcodeGen.ts6 import { EXPOTOOLS_DIR, IOS_DIR } from '../Constants';
15 const PODS_DIR = path.join(IOS_DIR, 'Pods');