Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/src/ios/__tests__/
H A DBundleIdentifier-test.ts8 getBundleIdentifierFromPbxproj,
37 describe(getBundleIdentifierFromPbxproj, () => {
44 const bundleId = getBundleIdentifierFromPbxproj(projectRoot, { targetName: 'testproject' });
56 const bundleId = getBundleIdentifierFromPbxproj(projectRoot, { targetName: 'HelloWorld' });
76 const bundleId = getBundleIdentifierFromPbxproj(projectRoot, {
97 const bundleId = getBundleIdentifierFromPbxproj(projectRoot, {
/expo/packages/@expo/config-plugins/build/ios/
H A DBundleIdentifier.d.ts28 declare function getBundleIdentifierFromPbxproj(projectRoot: string, { targetName, buildConfigurati…
50 export { getBundleIdentifier, setBundleIdentifier, getBundleIdentifierFromPbxproj, updateBundleIden…
H A DBundleIdentifier.js7 exports.getBundleIdentifierFromPbxproj = getBundleIdentifierFromPbxproj;
125 function getBundleIdentifierFromPbxproj(projectRoot, { function
H A DBundleIdentifier.js.map1getBundleIdentifierFromPbxproj","targetName","buildConfiguration","pbxprojPath","getPBXProjectPath…
/expo/packages/@expo/cli/src/start/platforms/ios/__tests__/
H A DAppleAppIdResolver-test.ts10 getBundleIdentifierFromPbxproj: jest.fn(),
51 asMock(IOSConfig.BundleIdentifier.getBundleIdentifierFromPbxproj).mockReturnValueOnce(
/expo/packages/@expo/cli/src/start/platforms/ios/
H A DAppleAppIdResolver.ts29 const bundleId = IOSConfig.BundleIdentifier.getBundleIdentifierFromPbxproj(this.projectRoot);
/expo/packages/@expo/config-plugins/src/ios/
H A DBundleIdentifier.ts69 function getBundleIdentifierFromPbxproj( function
220 getBundleIdentifierFromPbxproj,