Home
last modified time | relevance | path

Searched refs:withCustomBitcode (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/config-plugins/build/ios/
H A DBitcode.js9 exports.withCustomBitcode = exports.withBitcode = void 0;
51 const withCustomBitcode = (config, bitcode) => { function
63 exports.withCustomBitcode = withCustomBitcode;
H A DBitcode.d.ts16 export declare const withCustomBitcode: ConfigPlugin<Bitcode>; constant
H A DBitcode.js.map1withCustomBitcode","bitcode","setBitcode","getBitcode","_config$ios","ios","isDefaultBehavior","ta…
/expo/packages/@expo/config-plugins/src/ios/
H A DBitcode.ts30 export const withCustomBitcode: ConfigPlugin<Bitcode> = (config, bitcode) => { constant