Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/build/ios/
H A DBundleIdentifier.d.ts39 declare function updateBundleIdentifierForPbxproj(pbxprojPath: string, bundleIdentifier: string, up… function
H A DBundleIdentifier.js171 function updateBundleIdentifierForPbxproj(pbxprojPath, bundleIdentifier, updateProductName = true) { function
/expo/packages/@expo/config-plugins/src/ios/
H A DBundleIdentifier.ts127 function updateBundleIdentifierForPbxproj( function