| /expo/tools/src/client-build/ |
| H A D | IosClientBuilder.ts | 5 import { EXPO_DIR, IOS_DIR } from '../Constants'; 15 IOS_DIR, 33 await podInstallAsync(IOS_DIR, {
|
| /expo/tools/src/versioning/ios/ |
| H A D | utils.ts | 3 import { IOS_DIR, VERSIONED_RN_IOS_DIR } from '../../Constants'; 16 return path.join(IOS_DIR, 'versioned', `sdk${sdkNumber}`);
|
| H A D | versionExpoModulesProvider.ts | 4 import { IOS_DIR } from '../../Constants'; 17 IOS_DIR,
|
| H A D | index.ts | 14 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 D | Constants.ts | 11 export const IOS_DIR = Directories.getIosDir(); constant 25 export const IOS_VENDORED_DIR = path.join(IOS_DIR, 'vendored');
|
| H A D | Packages.ts | 12 const IOS_DIR = Directories.getIosDir(); constant 216 fs.pathExistsSync(path.join(IOS_DIR, 'Pods', 'Headers', 'Public', podspecName))
|
| /expo/tools/src/vendoring/ |
| H A D | IosVendoring.ts | 8 import { IOS_DIR } from '../Constants'; 58 logger.log('♻️ Reinstalling pods at %s', chalk.magenta(IOS_DIR)); 59 await podInstallAsync(IOS_DIR, {
|
| H A D | legacy.ts | 54 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 D | IosGenerateDynamicMacros.ts | 8 const IOS_DIR = Directories.getIosDir(); constant 9 const SUPPORTING_DIR = path.join(IOS_DIR, 'Exponent', 'Supporting');
|
| H A D | PublishProdExpoHomeCommand.ts | 14 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 D | Prebuilder.ts | 7 import { IOS_DIR } from '../Constants'; 18 const PODS_DIR = path.join(IOS_DIR, 'Pods');
|
| H A D | XcodeGen.ts | 6 import { EXPOTOOLS_DIR, IOS_DIR } from '../Constants'; 15 const PODS_DIR = path.join(IOS_DIR, 'Pods');
|