Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/build/ios/
H A DBitcode.js8 exports.setBitcodeWithConfig = setBitcodeWithConfig;
37 config.modResults = await setBitcodeWithConfig(config, {
72 function setBitcodeWithConfig(config, { function
H A DBitcode.d.ts24 export declare function setBitcodeWithConfig(config: Pick<ExpoConfig, 'ios'>, { project }: {
H A DBitcode.js.map1setBitcodeWithConfig","project","exports","withCustomBitcode","bitcode","setBitcode","getBitcode",…
/expo/packages/@expo/config-plugins/src/ios/__tests__/
H A DBitcode-test.ts7 import { setBitcodeWithConfig } from '../Bitcode';
13 describe(setBitcodeWithConfig, () => {
83 project = setBitcodeWithConfig(config, { project });
/expo/packages/@expo/config-plugins/src/ios/
H A DBitcode.ts17 config.modResults = await setBitcodeWithConfig(config, {
49 export function setBitcodeWithConfig( function