Searched refs:getBundleIdentifierFromPbxproj (Results 1 – 7 of 7) sorted by relevance
| /expo/packages/@expo/config-plugins/src/ios/__tests__/ |
| H A D | BundleIdentifier-test.ts | 8 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 D | BundleIdentifier.d.ts | 28 declare function getBundleIdentifierFromPbxproj(projectRoot: string, { targetName, buildConfigurati… 50 export { getBundleIdentifier, setBundleIdentifier, getBundleIdentifierFromPbxproj, updateBundleIden…
|
| H A D | BundleIdentifier.js | 7 exports.getBundleIdentifierFromPbxproj = getBundleIdentifierFromPbxproj; 125 function getBundleIdentifierFromPbxproj(projectRoot, { function
|
| H A D | BundleIdentifier.js.map | 1 …getBundleIdentifierFromPbxproj","targetName","buildConfiguration","pbxprojPath","getPBXProjectPath…
|
| /expo/packages/@expo/cli/src/start/platforms/ios/__tests__/ |
| H A D | AppleAppIdResolver-test.ts | 10 getBundleIdentifierFromPbxproj: jest.fn(), 51 asMock(IOSConfig.BundleIdentifier.getBundleIdentifierFromPbxproj).mockReturnValueOnce(
|
| /expo/packages/@expo/cli/src/start/platforms/ios/ |
| H A D | AppleAppIdResolver.ts | 29 const bundleId = IOSConfig.BundleIdentifier.getBundleIdentifierFromPbxproj(this.projectRoot);
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | BundleIdentifier.ts | 69 function getBundleIdentifierFromPbxproj( function 220 getBundleIdentifierFromPbxproj,
|