Home
last modified time | relevance | path

Searched defs:pbxprojPath (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/config-plugins/src/ios/
H A DBundleIdentifier.ts76 let pbxprojPath: string; variable
174 for (const pbxprojPath of pbxprojPaths) { constant
/expo/packages/@expo/config-plugins/build/ios/
H A DBundleIdentifier.js171 function updateBundleIdentifierForPbxproj(pbxprojPath, bundleIdentifier, updateProductName = true) { argument
/expo/tools/src/vendoring/
H A Dlegacy.ts927 const pbxprojPath = path.join(IOS_DIR, 'Exponent.xcodeproj', 'project.pbxproj'); constant