Home
last modified time | relevance | path

Searched refs:getAppDelegateFilePath (Results 1 – 8 of 8) sorted by relevance

/expo/packages/@expo/config-plugins/build/ios/
H A DPaths.d.ts9 export declare function getAppDelegateFilePath(projectRoot: string): string;
H A DPaths.js13 exports.getAppDelegateFilePath = getAppDelegateFilePath;
89 function getAppDelegateFilePath(projectRoot) { function
151 const filePath = getAppDelegateFilePath(projectRoot);
H A DPaths.js.map1getAppDelegateFilePath","getAppDelegateObjcHeaderFilePath","getLanguage","filePath","extension","e…
/expo/packages/@expo/config-plugins/src/ios/
H A DPaths.ts47 export function getAppDelegateFilePath(projectRoot: string): string { function
119 const filePath = getAppDelegateFilePath(projectRoot);
/expo/packages/@expo/config-plugins/src/plugins/
H A DwithIosBaseMods.ts69 return Paths.getAppDelegateFilePath(projectRoot);
/expo/packages/@expo/config-plugins/build/plugins/
H A DwithIosBaseMods.js161 return _ios().Paths.getAppDelegateFilePath(projectRoot);
H A DwithIosBaseMods.js.map1getAppDelegateFilePath","filePath","getFileInfo","modResults","contents","expoPlist","isIntrospect…
/expo/docs/pages/config-plugins/
H A Ddevelopment-and-debugging.mdx588 const filePath = IOSConfig.Paths.getAppDelegateFilePath(projectRoot);