Searched refs:getAppDelegateFilePath (Results 1 – 8 of 8) sorted by relevance
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | Paths.d.ts | 9 export declare function getAppDelegateFilePath(projectRoot: string): string;
|
| H A D | Paths.js | 13 exports.getAppDelegateFilePath = getAppDelegateFilePath; 89 function getAppDelegateFilePath(projectRoot) { function 151 const filePath = getAppDelegateFilePath(projectRoot);
|
| H A D | Paths.js.map | 1 …getAppDelegateFilePath","getAppDelegateObjcHeaderFilePath","getLanguage","filePath","extension","e…
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | Paths.ts | 47 export function getAppDelegateFilePath(projectRoot: string): string { function 119 const filePath = getAppDelegateFilePath(projectRoot);
|
| /expo/packages/@expo/config-plugins/src/plugins/ |
| H A D | withIosBaseMods.ts | 69 return Paths.getAppDelegateFilePath(projectRoot);
|
| /expo/packages/@expo/config-plugins/build/plugins/ |
| H A D | withIosBaseMods.js | 161 return _ios().Paths.getAppDelegateFilePath(projectRoot);
|
| H A D | withIosBaseMods.js.map | 1 …getAppDelegateFilePath","filePath","getFileInfo","modResults","contents","expoPlist","isIntrospect…
|
| /expo/docs/pages/config-plugins/ |
| H A D | development-and-debugging.mdx | 588 const filePath = IOSConfig.Paths.getAppDelegateFilePath(projectRoot);
|