Home
last modified time | relevance | path

Searched defs:createBuildPodfilePropsConfigPlugin (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/config-plugins/build/ios/
H A DBuildProperties.d.ts19 export declare function createBuildPodfilePropsConfigPlugin<SourceConfigType extends BuildPropertie… function
H A DBuildProperties.js32 function createBuildPodfilePropsConfigPlugin(configToPropertyRules, name) { function
/expo/packages/@expo/config-plugins/src/ios/
H A DBuildProperties.ts22 export function createBuildPodfilePropsConfigPlugin<SourceConfigType extends BuildPropertiesConfig>( function
/expo/packages/expo-build-properties/src/
H A Dios.ts5 const { createBuildPodfilePropsConfigPlugin } = IOSConfig.BuildProperties; constant