Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/build/ios/
H A DBitcode.d.ts16 export declare const withCustomBitcode: ConfigPlugin<Bitcode>; constant
H A DBitcode.js51 const withCustomBitcode = (config, bitcode) => { function
/expo/packages/@expo/config-plugins/src/ios/
H A DBitcode.ts30 export const withCustomBitcode: ConfigPlugin<Bitcode> = (config, bitcode) => { constant