The OpenD Programming Language

build_version_command

The build_version_command contains the min OS version on which this binary was built to run for its platform. The list of known platforms and tool values following it.

version(CoreDdoc)
struct build_version_command {}

Members

Variables

cmd
uint cmd;

LC_BUILD_VERSION.

cmdsize
uint cmdsize;

Sizeof(struct build_version_command) plus ntools sizeof(struct build_tool_version).

minos
uint minos;

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

ntools
uint ntools;

Number of tool entries following this.

platform
uint platform;

Platform.

sdk
uint sdk;

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

Meta