AppleDynamicFramework

Report an issue View source

A provider containing information about an Apple dynamic framework.

Members

binary

File AppleDynamicFramework.binary

The multi-architecture dylib binary of the dynamic framework. May be None if the rule providing the framework only specified framework imports. May return None.

cc_info

CcInfo AppleDynamicFramework.cc_info

A provider which contains information about the transitive dependencies linked into the dynamic framework.

framework_dirs

depset AppleDynamicFramework.framework_dirs

The framework path names used as link inputs in order to link against the dynamic framework.

framework_files

depset AppleDynamicFramework.framework_files

The full set of files that should be included as inputs to link against the dynamic framework.