Searched refs:googleServiceFilePath (Results 1 – 3 of 3) sorted by relevance
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | Google.ts | 36 const googleServiceFilePath = path.resolve(projectRoot, relativePath); constant 37 const contents = fs.readFileSync(googleServiceFilePath, 'utf8'); 92 const googleServiceFilePath = path.resolve(projectRoot, googleServicesFileRelativePath); constant 94 googleServiceFilePath,
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | Google.js | 89 const googleServiceFilePath = _path().default.resolve(projectRoot, relativePath); 90 const contents = _fs().default.readFileSync(googleServiceFilePath, 'utf8'); 126 …const googleServiceFilePath = _path().default.resolve(projectRoot, googleServicesFileRelativePath); 127 …_fs().default.copyFileSync(googleServiceFilePath, _path().default.join((0, _Paths().getSourceRoot)…
|
| H A D | Google.js.map | 1 …googleServiceFilePath","path","resolve","contents","fs","readFileSync","assert","plist","parse","g…
|