Home
last modified time | relevance | path

Searched refs:withPodfileProperties (Results 1 – 15 of 15) sorted by relevance

/expo/packages/@expo/config-plugins/src/ios/__tests__/
H A DBuildProperties-test.ts2 import { withPodfileProperties } from '../../plugins/ios-plugins';
19 mod: withPodfileProperties,
33 mod: withPodfileProperties,
47 mod: withPodfileProperties,
/expo/packages/expo-build-properties/src/__tests__/
H A DwithBuildProperties-test.ts1 import { AndroidConfig, withGradleProperties, withPodfileProperties } from 'expo/config-plugins';
27 withPodfileProperties: jest.fn().mockImplementation((config) => config),
66 mod: withPodfileProperties,
101 mod: withPodfileProperties,
133 mod: withPodfileProperties,
/expo/packages/@expo/config-plugins/build/plugins/
H A Dios-plugins.js9 exports.withXcodeProject = exports.withPodfileProperties = exports.withInfoPlist = exports.withExpo…
183 const withPodfileProperties = (config, action) => { function
190 exports.withPodfileProperties = withPodfileProperties;
H A Dios-plugins.d.ts69 export declare const withPodfileProperties: ConfigPlugin<Mod<Record<string, string>>>;
H A Dios-plugins.js.map1withPodfileProperties"],"sources":["../../src/plugins/ios-plugins.ts"],"sourcesContent":["import t…
/expo/packages/@expo/config-plugins/src/ios/
H A DBuildProperties.ts4 import { withPodfileProperties } from '../plugins/ios-plugins';
30 withPodfileProperties(config, (config) => {
/expo/packages/@expo/config-plugins/src/
H A Dindex.ts39 withPodfileProperties,
/expo/packages/@expo/config-plugins/build/
H A Dindex.d.ts23 …nfoPlist, withEntitlementsPlist, withExpoPlist, withXcodeProject, withPodfileProperties, } from '.…
H A Dindex.js25 withPodfileProperties: true, property
174 return _iosPlugins().withPodfileProperties;
H A Dindex.js.map1 … withEntitlementsPlist,\n withExpoPlist,\n withXcodeProject,\n withPodfileProperties,\n} from '…
/expo/packages/@expo/config-plugins/build/ios/
H A DBuildProperties.js.map1withPodfileProperties","modResults","updateIosBuildPropertiesFromConfig","Object","defineProperty"…
H A DBuildProperties.js33 …const withUnknown = (config, sourceConfig) => (0, _iosPlugins().withPodfileProperties)(config, con…
/expo/packages/@expo/config-plugins/src/plugins/
H A Dios-plugins.ts187 export const withPodfileProperties: ConfigPlugin<Mod<Record<string, string>>> = ( constant
/expo/docs/pages/config-plugins/
H A Dplugins-and-mods.mdx261 | `mods.ios.podfileProperties` | `withPodfileProperties` | - |
H A Ddevelopment-and-debugging.mdx207 …ile.properties.json**, we expose a mod (`ios.podfileProperties`, `withPodfileProperties`) to safel…