deploymentTarget property

String? deploymentTarget
final

Minimum macOS deployment target (e.g. '13.0').

Passed as -DCMAKE_OSX_DEPLOYMENT_TARGET=<value>.

When null (default), CMake uses the SDK's default minimum. Set this when distributing to users on older macOS versions.

Implementation

final String? deploymentTarget;