Searched defs:deploymentTarget (Results 1 – 5 of 5) sorted by relevance
| /expo/packages/expo-build-properties/build/ |
| H A D | ios.js | 30 const deploymentTarget = props.ios?.deploymentTarget; constant 35 config = withIosDeploymentTargetXcodeProject(config, { deploymentTarget }); field 47 function updateDeploymentTargetXcodeProject(project, deploymentTarget) { argument
|
| H A D | pluginConfig.d.ts | 117 deploymentTarget?: string; property
|
| H A D | pluginConfig.js | 21 deploymentTarget: '13.0', property 63 deploymentTarget: { type: 'string', pattern: '\\d+\\.\\d+', nullable: true }, property
|
| /expo/tools/src/prebuilds/ |
| H A D | XcodeGen.ts | 59 const deploymentTarget = platforms.reduce((acc, platform) => { constant
|
| /expo/packages/expo-build-properties/src/ |
| H A D | pluginConfig.ts | 141 deploymentTarget?: string; property 327 deploymentTarget: { type: 'string', pattern: '\\d+\\.\\d+', nullable: true }, constant
|