Searched refs:getSourceRoot (Results 1 – 18 of 18) sorted by relevance
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | Swift.ts | 4 import { getAppDelegate, getSourceRoot } from './Paths'; 137 const bridgingHeaderProjectPath = path.join(getSourceRoot(projectRoot), bridgingHeader);
|
| H A D | Google.ts | 9 import { getSourceRoot } from './Paths'; 95 path.join(getSourceRoot(projectRoot), 'GoogleService-Info.plist')
|
| H A D | Paths.ts | 123 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 D | Paths.d.ts | 17 export declare function getSourceRoot(projectRoot: string): string;
|
| H A D | Paths.js | 21 exports.getSourceRoot = getSourceRoot; 154 function getSourceRoot(projectRoot) { function 270 …return path().resolve(projectRoot, 'ios', path().basename(getSourceRoot(projectRoot)), 'Supporting…
|
| H A D | Swift.js | 167 …const bridgingHeaderProjectPath = _path().default.join((0, _Paths().getSourceRoot)(projectRoot), b…
|
| H A D | Google.js | 127 …_fs().default.copyFileSync(googleServiceFilePath, _path().default.join((0, _Paths().getSourceRoot)…
|
| H A D | Google.js.map | 1 …getSourceRoot","projectName","getProjectName","plistFilePath","hasFile","addResourceFileToGroup","…
|
| H A D | Swift.js.map | 1 …getSourceRoot","fs","existsSync","writeFileSync","filePath","hasFile","addResourceFileToGroup","fi…
|
| H A D | Paths.js.map | 1 …getSourceRoot","appDelegate","dirname","findSchemePaths","findSchemeNames","schemePaths","map","sc…
|
| /expo/packages/expo-notifications/plugin/src/ |
| H A D | withNotificationsIOS.ts | 58 const sourceRoot = IOSConfig.Paths.getSourceRoot(projectRoot);
|
| /expo/packages/expo-notifications/plugin/build/ |
| H A D | withNotificationsIOS.js | 39 const sourceRoot = config_plugins_1.IOSConfig.Paths.getSourceRoot(projectRoot);
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/ |
| H A D | withIosSplashAssets.ts | 34 const iosNamedProjectRoot = IOSConfig.Paths.getSourceRoot(config.modRequest.projectRoot);
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/ |
| H A D | withIosSplashAssets.js | 76 …const iosNamedProjectRoot = _configPlugins().IOSConfig.Paths.getSourceRoot(config.modRequest.proje…
|
| H A D | withIosSplashAssets.js.map | 1 …getSourceRoot","modRequest","projectRoot","createSplashScreenBackgroundImageAsync","configureImage…
|
| /expo/packages/@expo/config-plugins/src/ios/utils/ |
| H A D | Xcodeproj.ts | 34 const sourceRoot = Paths.getSourceRoot(projectRoot);
|
| /expo/packages/@expo/config-plugins/build/ios/utils/ |
| H A D | Xcodeproj.js | 86 const sourceRoot = Paths().getSourceRoot(projectRoot);
|
| H A D | Xcodeproj.js.map | 1 …getSourceRoot","path","basename","resolvePathOrProject","projectRootOrProject","getPbxproj","sanit…
|