deploymentTarget

abstract val deploymentTarget: Property<String>

The lowest iOS version your app supports, such as "14.0". The minimum accepted value is "12.0".

KiteConfig reads it only to check that the universal AppIcon asset is valid for that version. It does NOT change Xcode's IPHONEOS_DEPLOYMENT_TARGET. The single-size universal catalog also needs Xcode 14 or newer.

Required before the Apple icon installer will run.

See also

for the icon source this validates against.

Throws

GradleException

during configuration when the value is below 12.0 or is not a valid version string.