Searched refs:pbxprojPaths (Results 1 – 6 of 6) sorted by relevance
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | BundleIdentifier.ts | 169 let pbxprojPaths: string[] = []; 171 pbxprojPaths = getAllPBXProjectPaths(projectRoot); 174 for (const pbxprojPath of pbxprojPaths) {
|
| H A D | Paths.ts | 143 const pbxprojPaths = globSync('ios/**/*.xcodeproj', { cwd: projectRoot, ignore: ignoredPaths }) constant 159 if (!pbxprojPaths.length) { 164 return pbxprojPaths.map((value) => path.join(projectRoot, value));
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | BundleIdentifier.js | 199 let pbxprojPaths = []; 201 pbxprojPaths = (0, _Paths().getAllPBXProjectPaths)(projectRoot); 203 for (const pbxprojPath of pbxprojPaths) {
|
| H A D | Paths.js | 171 const pbxprojPaths = (0, _glob().sync)('ios/**/*.xcodeproj', { 185 if (!pbxprojPaths.length) { 188 return pbxprojPaths.map(value => path().join(projectRoot, value));
|
| H A D | BundleIdentifier.js.map | 1 …pbxprojPaths","getAllPBXProjectPaths","defaultBundleId","resetAllPlistBundleIdentifiers","infoPlis…
|
| H A D | Paths.js.map | 1 …pbxprojPaths","filter","project","test","sort","a","b","isAInIos","isBInIos","value","join","getXc…
|