Home
last modified time | relevance | path

Searched refs:getGoogleServicesFile (Results 1 – 5 of 5) sorted by relevance

/expo/packages/@expo/config-plugins/src/ios/__tests__/
H A DGoogle-test.ts5 getGoogleServicesFile,
24 expect(getGoogleServicesFile({})).toBe(null);
38 expect(getGoogleServicesFile(config)).toBe('./path/to/GoogleService-Info.plist');
/expo/packages/@expo/config-plugins/build/ios/
H A DGoogle.js6 exports.getGoogleServicesFile = getGoogleServicesFile;
96 const googleServicesFileRelativePath = getGoogleServicesFile(config);
103 function getGoogleServicesFile(config) { function
122 const googleServicesFileRelativePath = getGoogleServicesFile(config);
H A DGoogle.d.ts8 export declare function getGoogleServicesFile(config: Pick<ExpoConfig, 'ios'>): string | null;
H A DGoogle.js.map1getGoogleServicesFile","infoPlist","REVERSED_CLIENT_ID","_config$ios$googleSer","_config$ios","ios…
/expo/packages/@expo/config-plugins/src/ios/
H A DGoogle.ts46 const googleServicesFileRelativePath = getGoogleServicesFile(config);
56 export function getGoogleServicesFile(config: Pick<ExpoConfig, 'ios'>) { function
87 const googleServicesFileRelativePath = getGoogleServicesFile(config);