Home
last modified time | relevance | path

Searched refs:getAppDelegateObjcHeaderFilePath (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/config-plugins/build/ios/
H A DPaths.d.ts10 export declare function getAppDelegateObjcHeaderFilePath(projectRoot: string): string;
H A DPaths.js15 exports.getAppDelegateObjcHeaderFilePath = getAppDelegateObjcHeaderFilePath;
109 function getAppDelegateObjcHeaderFilePath(projectRoot) { function
H A DPaths.js.map1getAppDelegateObjcHeaderFilePath","getLanguage","filePath","extension","extname","getFileInfo","no…
/expo/packages/@expo/config-plugins/src/ios/
H A DPaths.ts71 export function getAppDelegateObjcHeaderFilePath(projectRoot: string): string { function