Home
last modified time | relevance | path

Searched refs:podfileProperties (Results 1 – 16 of 16) sorted by relevance

/expo/packages/@expo/config-plugins/src/ios/__tests__/
H A DBuildProperties-test.ts59 const podfileProperties = {}; constant
70 podfileProperties,
80 podfileProperties,
88 updateIosBuildPropertiesFromConfig({}, podfileProperties, configToPropertyRules)
97 const podfileProperties = { constant
102 expect(updateIosBuildProperty(podfileProperties, 'name', 'newName')).toEqual({
110 const podfileProperties = { constant
114 expect(updateIosBuildProperty(podfileProperties, 'bar', null)).toEqual({
121 const podfileProperties = { constant
126 updateIosBuildProperty(podfileProperties, 'bar', null, { removePropWhenValueIsNull: true })
/expo/packages/@expo/config-plugins/src/ios/
H A DBuildProperties.ts61 podfileProperties: Record<string, string>,
66 updateIosBuildProperty(podfileProperties, configToProperty.propName, value);
68 return podfileProperties;
72 podfileProperties: Record<string, string>,
78 podfileProperties[name] = value;
80 delete podfileProperties[name];
82 return podfileProperties;
/expo/packages/@expo/config-plugins/build/ios/
H A DBuildProperties.js56 function updateIosBuildPropertiesFromConfig(config, podfileProperties, configToPropertyRules) { argument
59 updateIosBuildProperty(podfileProperties, configToProperty.propName, value);
61 return podfileProperties;
63 function updateIosBuildProperty(podfileProperties, name, value, options) { argument
65 podfileProperties[name] = value;
67 delete podfileProperties[name];
69 return podfileProperties;
H A DBuildProperties.d.ts24 …ConfigType extends BuildPropertiesConfig>(config: SourceConfigType, podfileProperties: Record<stri…
25 export declare function updateIosBuildProperty(podfileProperties: Record<string, string>, name: str…
H A DBuildProperties.js.map1podfileProperties","configToProperty","updateIosBuildProperty","options","removePropWhenValueIsNul…
/expo/packages/@expo/config-plugins/build/plugins/
H A DwithIosBaseMods.d.ts14podfileProperties: import("./createBaseMod").BaseModProviderMethods<Record<string, JSONValue>, Par… constant
27podfileProperties: import("./createBaseMod").BaseModProviderMethods<Record<string, JSONValue>, Par…
H A DwithIosBaseMods.js371 podfileProperties: (0, _createBaseMod().provider)({ property
H A DwithIosBaseMods.js.map1podfileProperties","results","JsonFile","readAsync","writeAsync","withIosBaseMods","providers","pr…
H A Dios-plugins.js.map1 …) => {\n return withMod(config, {\n platform: 'ios',\n mod: 'podfileProperties',\n actio…
/expo/packages/@expo/config-plugins/build/
H A DPlugin.types.d.ts165 podfileProperties?: Mod<Record<string, string>>;
H A DPlugin.types.js.map1 … the `ios/Podfile.properties.json` as key-value pairs\n */\n podfileProperties?: Mod<Record…
/expo/packages/@expo/config-plugins/src/
H A DPlugin.types.ts191 podfileProperties?: Mod<Record<string, string>>;
/expo/packages/@expo/config-plugins/src/plugins/
H A DwithIosBaseMods.ts270 podfileProperties: provider<Record<string, JSONValue>>({
/expo/docs/pages/config-plugins/
H A Dplugins-and-mods.mdx224 | `mods.ios.podfileProperties` | - | Modify the **ios/Podfile.properties.json** as JS…
261 | `mods.ios.podfileProperties` | `withPodfileProperties` | - |
H A Ddevelopment-and-debugging.mdx207 from a static JSON file **Podfile.properties.json**, we expose a mod (`ios.podfileProperties`, `wit…
440 - `ios.podfileProperties`
/expo/packages/@expo/prebuild-config/src/plugins/__tests__/__snapshots__/
H A DwithDefaultPlugins-test.ts.snap1301 "podfileProperties": {
2328 "podfileProperties": {