Home
last modified time | relevance | path

Searched refs:withGoogleServicesFile (Results 1 – 11 of 11) sorted by relevance

/expo/packages/@expo/config-plugins/build/android/
H A DGoogleServices.js10 exports.withGoogleServicesFile = exports.withClassPath = exports.withApplyPlugin = void 0;
79 const withGoogleServicesFile = config => { function
85 exports.withGoogleServicesFile = withGoogleServicesFile;
H A DGoogleServices.d.ts8 export declare const withGoogleServicesFile: ConfigPlugin; constant
H A DGoogleServices.js.map1withGoogleServicesFile","withDangerousMod","setGoogleServicesFile","modRequest","projectRoot","get…
/expo/packages/@expo/config-plugins/build/ios/
H A DGoogle.js11 exports.withGoogleServicesFile = exports.withGoogle = void 0;
76 const withGoogleServicesFile = config => { function
85 exports.withGoogleServicesFile = withGoogleServicesFile;
H A DGoogle.d.ts6 export declare const withGoogleServicesFile: ConfigPlugin; constant
H A DGoogle.js.map1withGoogleServicesFile","withXcodeProject","setGoogleServicesFile","projectRoot","project","readGo…
/expo/packages/@expo/prebuild-config/src/plugins/
H A DwithDefaultPlugins.ts56 IOSConfig.Google.withGoogleServicesFile,
110 AndroidConfig.GoogleServices.withGoogleServicesFile,
/expo/packages/@expo/config-plugins/src/android/
H A DGoogleServices.ts49 export const withGoogleServicesFile: ConfigPlugin = (config) => { constant
/expo/packages/@expo/prebuild-config/build/plugins/
H A DwithDefaultPlugins.js142 …IOSConfig.Version.withVersion, _configPlugins().IOSConfig.Google.withGoogleServicesFile, _configPl…
177 _configPlugins().AndroidConfig.GoogleServices.withGoogleServicesFile,
H A DwithDefaultPlugins.js.map1withGoogleServicesFile","BuildProperties","withJsEnginePodfileProps","Entitlements","withAssociate…
/expo/packages/@expo/config-plugins/src/ios/
H A DGoogle.ts22 export const withGoogleServicesFile: ConfigPlugin = (config) => { constant