Home
last modified time | relevance | path

Searched refs:pbxprojPath (Results 1 – 7 of 7) sorted by relevance

/expo/packages/@expo/config-plugins/src/ios/
H A DBundleIdentifier.ts76 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 DBundleIdentifier.js129 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 DBundleIdentifier.d.ts39 declare function updateBundleIdentifierForPbxproj(pbxprojPath: string, bundleIdentifier: string, up…
H A DBundleIdentifier.js.map1pbxprojPath","getPBXProjectPath","project","xcode","parseSync","xcBuildConfiguration","getXCBuildC…
/expo/tools/src/vendoring/
H A Dlegacy.ts927 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 Dindex.d.ts185 constructor(pbxprojPath: string);
/expo/packages/expo-updates/ts-declarations/xcode/
H A Dindex.d.ts185 constructor(pbxprojPath: string);