Searched refs:withPodfileProperties (Results 1 – 15 of 15) sorted by relevance
| /expo/packages/@expo/config-plugins/src/ios/__tests__/ |
| H A D | BuildProperties-test.ts | 2 import { withPodfileProperties } from '../../plugins/ios-plugins'; 19 mod: withPodfileProperties, 33 mod: withPodfileProperties, 47 mod: withPodfileProperties,
|
| /expo/packages/expo-build-properties/src/__tests__/ |
| H A D | withBuildProperties-test.ts | 1 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 D | ios-plugins.js | 9 exports.withXcodeProject = exports.withPodfileProperties = exports.withInfoPlist = exports.withExpo… 183 const withPodfileProperties = (config, action) => { function 190 exports.withPodfileProperties = withPodfileProperties;
|
| H A D | ios-plugins.d.ts | 69 export declare const withPodfileProperties: ConfigPlugin<Mod<Record<string, string>>>;
|
| H A D | ios-plugins.js.map | 1 …withPodfileProperties"],"sources":["../../src/plugins/ios-plugins.ts"],"sourcesContent":["import t…
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | BuildProperties.ts | 4 import { withPodfileProperties } from '../plugins/ios-plugins'; 30 withPodfileProperties(config, (config) => {
|
| /expo/packages/@expo/config-plugins/src/ |
| H A D | index.ts | 39 withPodfileProperties,
|
| /expo/packages/@expo/config-plugins/build/ |
| H A D | index.d.ts | 23 …nfoPlist, withEntitlementsPlist, withExpoPlist, withXcodeProject, withPodfileProperties, } from '.…
|
| H A D | index.js | 25 withPodfileProperties: true, property 174 return _iosPlugins().withPodfileProperties;
|
| H A D | index.js.map | 1 … withEntitlementsPlist,\n withExpoPlist,\n withXcodeProject,\n withPodfileProperties,\n} from '…
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | BuildProperties.js.map | 1 …withPodfileProperties","modResults","updateIosBuildPropertiesFromConfig","Object","defineProperty"…
|
| H A D | BuildProperties.js | 33 …const withUnknown = (config, sourceConfig) => (0, _iosPlugins().withPodfileProperties)(config, con…
|
| /expo/packages/@expo/config-plugins/src/plugins/ |
| H A D | ios-plugins.ts | 187 export const withPodfileProperties: ConfigPlugin<Mod<Record<string, string>>> = ( constant
|
| /expo/docs/pages/config-plugins/ |
| H A D | plugins-and-mods.mdx | 261 | `mods.ios.podfileProperties` | `withPodfileProperties` | - |
|
| H A D | development-and-debugging.mdx | 207 …ile.properties.json**, we expose a mod (`ios.podfileProperties`, `withPodfileProperties`) to safel…
|