Home
last modified time | relevance | path

Searched defs:setGeneratedIosScheme (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-dev-client/plugin/build/
H A DwithGeneratedIosScheme.d.ts4 export declare function setGeneratedIosScheme(config: Pick<ExpoConfig, 'scheme' | 'slug'>, infoPlis… function
H A DwithGeneratedIosScheme.js16 function setGeneratedIosScheme(config, infoPlist) { function
/expo/packages/expo-dev-client/plugin/src/
H A DwithGeneratedIosScheme.ts13 export function setGeneratedIosScheme( function