Searched refs:pbxprojPath (Results 1 – 7 of 7) sorted by relevance
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | BundleIdentifier.ts | 76 let pbxprojPath: string; variable 78 pbxprojPath = getPBXProjectPath(projectRoot); 82 const project = xcode.project(pbxprojPath); 128 pbxprojPath: string, 132 const project = xcode.project(pbxprojPath); 153 fs.writeFileSync(pbxprojPath, project.writeSync()); 174 for (const pbxprojPath of pbxprojPaths) { constant 175 updateBundleIdentifierForPbxproj(pbxprojPath, bundleIdentifier, updateProductName);
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | BundleIdentifier.js | 129 let pbxprojPath; 131 pbxprojPath = (0, _Paths().getPBXProjectPath)(projectRoot); 135 const project = _xcode().default.project(pbxprojPath); 171 function updateBundleIdentifierForPbxproj(pbxprojPath, bundleIdentifier, updateProductName = true) { argument 172 const project = _xcode().default.project(pbxprojPath); 187 _fs().default.writeFileSync(pbxprojPath, project.writeSync()); 203 for (const pbxprojPath of pbxprojPaths) { 204 updateBundleIdentifierForPbxproj(pbxprojPath, bundleIdentifier, updateProductName);
|
| H A D | BundleIdentifier.d.ts | 39 declare function updateBundleIdentifierForPbxproj(pbxprojPath: string, bundleIdentifier: string, up…
|
| H A D | BundleIdentifier.js.map | 1 …pbxprojPath","getPBXProjectPath","project","xcode","parseSync","xcBuildConfiguration","getXCBuildC…
|
| /expo/tools/src/vendoring/ |
| H A D | legacy.ts | 927 const pbxprojPath = path.join(IOS_DIR, 'Exponent.xcodeproj', 'project.pbxproj'); constant 928 const pbxproj = await loadXcodeprojFileAsync(pbxprojPath); 944 path.relative(IOS_DIR, pbxprojPath) 947 await fs.writeFile(pbxprojPath, pbxproj.writeSync());
|
| /expo/packages/@expo/cli/ts-declarations/xcode/ |
| H A D | index.d.ts | 185 constructor(pbxprojPath: string);
|
| /expo/packages/expo-updates/ts-declarations/xcode/ |
| H A D | index.d.ts | 185 constructor(pbxprojPath: string);
|