| /expo/packages/expo-build-properties/src/ |
| H A D | ios.ts | 35 const deploymentTarget = props.ios?.deploymentTarget; 36 if (!deploymentTarget) { 41 config = withIosDeploymentTargetXcodeProject(config, { deploymentTarget }); 49 const withIosDeploymentTargetXcodeProject: ConfigPlugin<{ deploymentTarget: string }> = ( 56 props.deploymentTarget 64 deploymentTarget: string 79 buildSettings.IPHONEOS_DEPLOYMENT_TARGET = deploymentTarget; 90 propValueGetter: (config) => config.ios?.deploymentTarget,
|
| H A D | pluginConfig.ts | 16 deploymentTarget: '13.0', 141 deploymentTarget?: string; property 327 deploymentTarget: { type: 'string', pattern: '\\d+\\.\\d+', nullable: true }, constant 397 configVersion: config.ios?.deploymentTarget, 398 minimalVersion: EXPO_SDK_MINIMAL_SUPPORTED_VERSIONS.ios.deploymentTarget,
|
| /expo/packages/expo-build-properties/build/ |
| H A D | ios.js | 30 const deploymentTarget = props.ios?.deploymentTarget; constant 31 if (!deploymentTarget) { 35 config = withIosDeploymentTargetXcodeProject(config, { deploymentTarget }); field 43 … config.modResults = updateDeploymentTargetXcodeProject(config.modResults, props.deploymentTarget); 47 function updateDeploymentTargetXcodeProject(project, deploymentTarget) { argument 57 buildSettings.IPHONEOS_DEPLOYMENT_TARGET = deploymentTarget; 66 propValueGetter: (config) => config.ios?.deploymentTarget,
|
| H A D | pluginConfig.js | 21 deploymentTarget: '13.0', property 63 deploymentTarget: { type: 'string', pattern: '\\d+\\.\\d+', nullable: true }, property 129 configVersion: config.ios?.deploymentTarget, 130 minimalVersion: EXPO_SDK_MINIMAL_SUPPORTED_VERSIONS.ios.deploymentTarget,
|
| H A D | pluginConfig.d.ts | 117 deploymentTarget?: string; property
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | build-properties.mdx | 42 "deploymentTarget": "13.0" 68 deploymentTarget: '13.0',
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | build-properties.mdx | 42 "deploymentTarget": "13.0" 68 deploymentTarget: '13.0',
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | build-properties.mdx | 42 "deploymentTarget": "13.0" 68 deploymentTarget: '13.0',
|
| /expo/tools/src/prebuilds/ |
| H A D | XcodeGen.types.ts | 59 deploymentTarget: Record<ProjectSpecPlatform, string>;
|
| H A D | XcodeGen.ts | 59 const deploymentTarget = platforms.reduce((acc, platform) => { constant 122 deploymentTarget,
|
| /expo/packages/expo-build-properties/src/__tests__/ |
| H A D | pluginConfig-test.ts | 41 validateConfig({ ios: { deploymentTarget: '9.0' } })
|
| /expo/packages/expo-build-properties/ |
| H A D | README.md | 32 "deploymentTarget": "13.0",
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | build-properties.mdx | 38 "deploymentTarget": "13.0"
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | build-properties.mdx | 40 "deploymentTarget": "13.0"
|
| /expo/templates/expo-template-tv/ios/ |
| H A D | Podfile | 13 platform :tvos, podfile_properties['ios.deploymentTarget'] || '13.0'
|
| /expo/apps/native-tests/ios/ |
| H A D | Podfile | 21 platform :ios, podfile_properties['ios.deploymentTarget'] || '13.0'
|
| /expo/templates/expo-template-bare-minimum/ios/ |
| H A D | Podfile | 10 platform :ios, podfile_properties['ios.deploymentTarget'] || '13.0'
|
| /expo/apps/fabric-tester/ios/ |
| H A D | Podfile | 10 platform :ios, podfile_properties['ios.deploymentTarget'] || '13.0'
|
| /expo/packages/@expo/config-plugins/src/ios/__tests__/__snapshots__/ |
| H A D | Maps-test.ts.snap | 211 platform :ios, podfile_properties['ios.deploymentTarget'] || '13.0'
|