Skip to content

Latest commit

 

History

History
executable file
·
45 lines (28 loc) · 1.72 KB

providers_doc.md

File metadata and controls

executable file
·
45 lines (28 loc) · 1.72 KB

AvoidDepsInfo

load("@rules_ios//rules:providers.bzl", "AvoidDepsInfo")

AvoidDepsInfo(libraries, link_dynamic)

FIELDS

Name Description
libraries Libraries to avoid
link_dynamic Weather or not if this dep is dynamic

FrameworkInfo

load("@rules_ios//rules:providers.bzl", "FrameworkInfo")

FrameworkInfo(vfsoverlay_infos, binary, headers, private_headers, modulemap, swiftmodule, swiftdoc)

FIELDS

Name Description
vfsoverlay_infos Merged VFS overlay infos, present when virtual frameworks enabled
binary The binary of the framework
headers Headers of the framework's public interface
private_headers Private headers of the framework
modulemap The module map of the framework
swiftmodule The swiftmodule
swiftdoc The Swift doc