Searched refs:infoPlistPath (Results 1 – 7 of 7) sorted by relevance
| /expo/tools/src/commands/ |
| H A D | IosGenerateDynamicMacros.ts | 15 const infoPlistPath = options.infoPlistPath || path.join(SUPPORTING_DIR, 'Info.plist'); constant 21 infoPlistPath,
|
| /expo/packages/@expo/cli/src/start/platforms/ios/ |
| H A D | AppleAppIdResolver.ts | 39 const infoPlistPath = IOSConfig.Paths.getInfoPlistPath(this.projectRoot); constant 40 const data = await plist.parse(fs.readFileSync(infoPlistPath, 'utf8'));
|
| /expo/tools/src/ |
| H A D | ProjectVersions.ts | 23 const infoPlistPath = path.join(EXPO_DIR, 'ios', 'Exponent', 'Supporting', 'Info.plist'); constant 24 const infoPlist = plist.parse(fs.readFileSync(infoPlistPath, 'utf8')); 28 throw new Error(`"CFBundleShortVersionString" not found in plist: ${infoPlistPath}`);
|
| /expo/packages/@expo/config-plugins/src/plugins/ |
| H A D | withIosBaseMods.ts | 134 const infoPlistPath = path.join( constant 140 if (fileExists(infoPlistPath)) { 141 return infoPlistPath; 145 `Info.plist file linked to Xcode project does not exist: ${infoPlistPath}`
|
| /expo/tools/src/dynamic-macros/ |
| H A D | IosMacrosGenerator.ts | 152 const { infoPlistPath, buildConstantsPath, macros, templateSubstitutions } = options; constant 155 const infoPlist = await readPlistAsync(infoPlistPath);
|
| /expo/packages/@expo/config-plugins/build/plugins/ |
| H A D | withIosBaseMods.js | 249 const infoPlistPath = _path().default.join( 254 if ((0, _modules().fileExists)(infoPlistPath)) { 255 return infoPlistPath; 257 …('mods.ios.infoPlist', `Info.plist file linked to Xcode project does not exist: ${infoPlistPath}`);
|
| H A D | withIosBaseMods.js.map | 1 …infoPlistPath","fileExists","addWarningIOS","getInfoPlistPath","ios","assert","entitlements","_Ent…
|