Type targets

A collection of targets.

Parameters accepted as nested elements

Target ...

Specify a target for building a native library. A target is described by a machine architecture, a vendor, and an operating system. For macOS, the operating system can include a minimum supported release.

Examples:

<target value="x86_64-apple-macos10.10"/>
<target value="arm64-apple-macos11"/>

TargetContainer ...

A collection of targets.