Searched refs:iosFolder (Results 1 – 3 of 3) sorted by relevance
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | Paths.ts | 142 const iosFolder = 'ios'; constant 145 (project) => !/test|example|sample/i.test(project) || path.dirname(project) === iosFolder 150 const isAInIos = path.dirname(a) === iosFolder; 151 const isBInIos = path.dirname(b) === iosFolder;
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | Paths.js | 170 const iosFolder = 'ios'; 174 …).filter(project => !/test|example|sample/i.test(project) || path().dirname(project) === iosFolder) 177 const isAInIos = path().dirname(a) === iosFolder; 178 const isBInIos = path().dirname(b) === iosFolder;
|
| H A D | Paths.js.map | 1 …iosFolder","pbxprojPaths","filter","project","test","sort","a","b","isAInIos","isBInIos","value","…
|