version_min_command

The version_min_command contains the min OS version on which this binary was built to run.

version(CoreDdoc)
struct version_min_command {}

Members

Variables

cmd
uint cmd;

LC_VERSION_MIN_MACOSX or LC_VERSION_MIN_IPHONEOS or LC_VERSION_MIN_WATCHOS or LC_VERSION_MIN_TVOS.

cmdsize
uint cmdsize;

Sizeof(struct min_version_command).

sdk
uint sdk;

X.Y.Z is encoded in nibbles xxxx.yy.zz.

version_
uint version_;

X.Y.Z is encoded in nibbles xxxx.yy.zz.

Meta