Searched refs:getAllPBXProjectPaths (Results 1 – 10 of 10) sorted by relevance
| /expo/packages/@expo/cli/src/start/platforms/ios/__tests__/ |
| H A D | AppleAppIdResolver-test.ts | 13 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 D | Paths.d.ts | 25 export declare function getAllPBXProjectPaths(projectRoot: string): string[];
|
| H A D | Paths.js | 10 exports.getAllPBXProjectPaths = getAllPBXProjectPaths; 207 function getAllPBXProjectPaths(projectRoot) { function 216 const [using, ...extra] = getAllPBXProjectPaths(projectRoot);
|
| H A D | BundleIdentifier.js | 201 pbxprojPaths = (0, _Paths().getAllPBXProjectPaths)(projectRoot);
|
| H A D | BundleIdentifier.js.map | 1 …getAllPBXProjectPaths","defaultBundleId","resetAllPlistBundleIdentifiers","infoPlistPaths","getAll…
|
| H A D | Paths.js.map | 1 …getAllPBXProjectPaths","projectPaths","paths","existsSync","getPBXProjectPath","getAllInfoPlistPat…
|
| /expo/packages/@expo/cli/src/start/platforms/ios/ |
| H A D | AppleAppIdResolver.ts | 19 return !!IOSConfig.Paths.getAllPBXProjectPaths(this.projectRoot).length;
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | BundleIdentifier.ts | 8 import { getAllInfoPlistPaths, getAllPBXProjectPaths, getPBXProjectPath } from './Paths'; 171 pbxprojPaths = getAllPBXProjectPaths(projectRoot);
|
| H A D | Paths.ts | 186 export function getAllPBXProjectPaths(projectRoot: string): string[] { function 201 const [using, ...extra] = getAllPBXProjectPaths(projectRoot);
|
| /expo/packages/@expo/cli/src/prebuild/ |
| H A D | clearNativeFolder.ts | 60 IOSConfig.Paths.getAllPBXProjectPaths(projectRoot),
|