Searched refs:hasChild (Results 1 – 3 of 3) sorted by relevance
| /expo/packages/@expo/config-plugins/src/ios/utils/ |
| H A D | Xcodeproj.ts | 307 const hasChild = (group: PBXGroup, name: string) => constant 314 if (topMostGroup && !hasChild(topMostGroup, pathComponent)) {
|
| /expo/packages/@expo/config-plugins/build/ios/utils/ |
| H A D | Xcodeproj.js | 309 const hasChild = (group, name) => group.children.find(({ function 317 if (topMostGroup && !hasChild(topMostGroup, pathComponent)) {
|
| H A D | Xcodeproj.js.map | 1 …hasChild","topMostGroup","pathComponent","pbxCreateGroup","pbxGroupByName","projectPath","getPBXPr…
|