Type 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"/>

Parameters accepted as attributes

Attribute Description Type Required?
value The target string. String Yes.