Home
last modified time | relevance | path

Searched refs:getSourceRoot (Results 1 – 18 of 18) sorted by relevance

/expo/packages/@expo/config-plugins/src/ios/
H A DSwift.ts4 import { getAppDelegate, getSourceRoot } from './Paths';
137 const bridgingHeaderProjectPath = path.join(getSourceRoot(projectRoot), bridgingHeader);
H A DGoogle.ts9 import { getSourceRoot } from './Paths';
95 path.join(getSourceRoot(projectRoot), 'GoogleService-Info.plist')
H A DPaths.ts123 export function getSourceRoot(projectRoot: string): string { function
267 return path.resolve(projectRoot, 'ios', path.basename(getSourceRoot(projectRoot)), 'Supporting');
/expo/packages/@expo/config-plugins/build/ios/
H A DPaths.d.ts17 export declare function getSourceRoot(projectRoot: string): string;
H A DPaths.js21 exports.getSourceRoot = getSourceRoot;
154 function getSourceRoot(projectRoot) { function
270 …return path().resolve(projectRoot, 'ios', path().basename(getSourceRoot(projectRoot)), 'Supporting…
H A DSwift.js167 …const bridgingHeaderProjectPath = _path().default.join((0, _Paths().getSourceRoot)(projectRoot), b…
H A DGoogle.js127 …_fs().default.copyFileSync(googleServiceFilePath, _path().default.join((0, _Paths().getSourceRoot)…
H A DGoogle.js.map1getSourceRoot","projectName","getProjectName","plistFilePath","hasFile","addResourceFileToGroup","…
H A DSwift.js.map1getSourceRoot","fs","existsSync","writeFileSync","filePath","hasFile","addResourceFileToGroup","fi…
H A DPaths.js.map1getSourceRoot","appDelegate","dirname","findSchemePaths","findSchemeNames","schemePaths","map","sc…
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsIOS.ts58 const sourceRoot = IOSConfig.Paths.getSourceRoot(projectRoot);
/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsIOS.js39 const sourceRoot = config_plugins_1.IOSConfig.Paths.getSourceRoot(projectRoot);
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DwithIosSplashAssets.ts34 const iosNamedProjectRoot = IOSConfig.Paths.getSourceRoot(config.modRequest.projectRoot);
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DwithIosSplashAssets.js76 …const iosNamedProjectRoot = _configPlugins().IOSConfig.Paths.getSourceRoot(config.modRequest.proje…
H A DwithIosSplashAssets.js.map1getSourceRoot","modRequest","projectRoot","createSplashScreenBackgroundImageAsync","configureImage…
/expo/packages/@expo/config-plugins/src/ios/utils/
H A DXcodeproj.ts34 const sourceRoot = Paths.getSourceRoot(projectRoot);
/expo/packages/@expo/config-plugins/build/ios/utils/
H A DXcodeproj.js86 const sourceRoot = Paths().getSourceRoot(projectRoot);
H A DXcodeproj.js.map1getSourceRoot","path","basename","resolvePathOrProject","projectRootOrProject","getPbxproj","sanit…