Home
last modified time | relevance | path

Searched refs:iosFolder (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/config-plugins/src/ios/
H A DPaths.ts142 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 DPaths.js170 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 DPaths.js.map1iosFolder","pbxprojPaths","filter","project","test","sort","a","b","isAInIos","isBInIos","value","…