Searched defs:pbxprojPath (Results 1 – 3 of 3) sorted by relevance
76 let pbxprojPath: string; variable174 for (const pbxprojPath of pbxprojPaths) { constant
171 function updateBundleIdentifierForPbxproj(pbxprojPath, bundleIdentifier, updateProductName = true) { argument
927 const pbxprojPath = path.join(IOS_DIR, 'Exponent.xcodeproj', 'project.pbxproj'); constant