Home
last modified time | relevance | path

Searched refs:getAllPBXProjectPaths (Results 1 – 10 of 10) sorted by relevance

/expo/packages/@expo/cli/src/start/platforms/ios/__tests__/
H A DAppleAppIdResolver-test.ts13 getAllPBXProjectPaths: jest.fn(() => '/path/to/file'),
33 asMock(IOSConfig.Paths.getAllPBXProjectPaths).mockReturnValueOnce(['/path/to/file']);
38 asMock(IOSConfig.Paths.getAllPBXProjectPaths).mockImplementationOnce(() => {
/expo/packages/@expo/config-plugins/build/ios/
H A DPaths.d.ts25 export declare function getAllPBXProjectPaths(projectRoot: string): string[];
H A DPaths.js10 exports.getAllPBXProjectPaths = getAllPBXProjectPaths;
207 function getAllPBXProjectPaths(projectRoot) { function
216 const [using, ...extra] = getAllPBXProjectPaths(projectRoot);
H A DBundleIdentifier.js201 pbxprojPaths = (0, _Paths().getAllPBXProjectPaths)(projectRoot);
H A DBundleIdentifier.js.map1getAllPBXProjectPaths","defaultBundleId","resetAllPlistBundleIdentifiers","infoPlistPaths","getAll…
H A DPaths.js.map1getAllPBXProjectPaths","projectPaths","paths","existsSync","getPBXProjectPath","getAllInfoPlistPat…
/expo/packages/@expo/cli/src/start/platforms/ios/
H A DAppleAppIdResolver.ts19 return !!IOSConfig.Paths.getAllPBXProjectPaths(this.projectRoot).length;
/expo/packages/@expo/config-plugins/src/ios/
H A DBundleIdentifier.ts8 import { getAllInfoPlistPaths, getAllPBXProjectPaths, getPBXProjectPath } from './Paths';
171 pbxprojPaths = getAllPBXProjectPaths(projectRoot);
H A DPaths.ts186 export function getAllPBXProjectPaths(projectRoot: string): string[] { function
201 const [using, ...extra] = getAllPBXProjectPaths(projectRoot);
/expo/packages/@expo/cli/src/prebuild/
H A DclearNativeFolder.ts60 IOSConfig.Paths.getAllPBXProjectPaths(projectRoot),