ObjcProvider
A provider for compilation and linking of objc.Methods
- asset_catalog
- bundle_file
- define
- dynamic_framework_dir
- dynamic_framework_file
- exported_debug_artifacts
- force_load_library
- framework_dir
- framework_search_path_only
- header
- imported_library
- include
- include_system
- iquote
- j2objc_library
- jre_library
- library
- link_inputs
- linked_binary
- linkmap_file
- linkopt
- merge_zip
- module_map
- multi_arch_dynamic_libraries
- multi_arch_linked_archives
- multi_arch_linked_binaries
- root_merge_zip
- sdk_dylib
- sdk_framework
- source
- static_framework_file
- storyboard
- strings
- umbrella_header
- weak_sdk_framework
- xcassets_dir
- xcdatamodel
- xib
asset_catalog
depset ObjcProvider.asset_catalogDeprecated. This API is deprecated and will be removed soon. Please do not depend on it. It is disabled with
--incompatible_disable_objc_provider_resources
. Use this flag to verify your code is compatible with its imminent removal. Asset catalog resource files.
bundle_file
depset ObjcProvider.bundle_fileDeprecated. This API is deprecated and will be removed soon. Please do not depend on it. It is disabled with
--incompatible_disable_objc_provider_resources
. Use this flag to verify your code is compatible with its imminent removal. Files that are plopped into the final bundle at some arbitrary bundle path.
define
depset ObjcProvider.defineA set of strings from 'defines' attributes. These are to be passed as '-D' flags to all invocations of the compiler for this target and all depending targets.
dynamic_framework_dir
depset ObjcProvider.dynamic_framework_dirExec paths of .framework directories corresponding to dynamic frameworks to link.
dynamic_framework_file
depset ObjcProvider.dynamic_framework_fileFiles in .framework directories belonging to a dynamically linked framework.
exported_debug_artifacts
depset ObjcProvider.exported_debug_artifactsDebug files that should be exported by the top-level target.
force_load_library
depset ObjcProvider.force_load_libraryLibraries to load with -force_load.
framework_dir
depset ObjcProvider.framework_dirReturns all unique static framework directories (directories ending in '.framework') for all static framework files in this provider.
framework_search_path_only
depset ObjcProvider.framework_search_path_onlyExec paths of .framework directories corresponding to frameworks to include in search paths, but not to link.
header
depset ObjcProvider.headerAll header files. These may be either public or private headers.
imported_library
depset ObjcProvider.imported_libraryImported precompiled static libraries (.a files) to be linked into the binary.
include
depset ObjcProvider.includeInclude search paths specified with '-I' on the command line. Also known as header search paths (and distinct from user header search paths).
include_system
depset ObjcProvider.include_systemSystem include search paths (typically specified with -isystem).
iquote
depset ObjcProvider.iquoteUser header search paths (typically specified with -iquote).
j2objc_library
depset ObjcProvider.j2objc_libraryStatic libraries that are built from J2ObjC-translated Java code.
jre_library
depset ObjcProvider.jre_libraryJ2ObjC JRE emulation libraries and their dependencies.
library
depset ObjcProvider.libraryLibrary (.a) files compiled by dependencies of the current target.
link_inputs
depset ObjcProvider.link_inputsLink time artifacts from dependencies that do not fall into any other category such as libraries or archives. This catch-all provides a way to add arbitrary data (e.g. Swift AST files) to the linker. The rule that adds these is also responsible to add the necessary linker flags to 'linkopt'.
linked_binary
depset ObjcProvider.linked_binarySingle-architecture linked binaries to be combined for the final multi-architecture binary.
linkmap_file
depset ObjcProvider.linkmap_fileSingle-architecture link map for a binary.
linkopt
depset ObjcProvider.linkoptLinking options.
merge_zip
depset ObjcProvider.merge_zipDeprecated. This API is deprecated and will be removed soon. Please do not depend on it. It is disabled with
--incompatible_disable_objc_provider_resources
. Use this flag to verify your code is compatible with its imminent removal. Merge zips to include in the bundle. The entries of these zip files are included in the final bundle with the same path. The entries in the merge zips should not include the bundle root path (e.g. 'Foo.app').
module_map
depset ObjcProvider.module_mapClang module maps, used to enforce proper use of private header files.
multi_arch_dynamic_libraries
depset ObjcProvider.multi_arch_dynamic_librariesCombined-architecture dynamic libraries to include in the final bundle.
multi_arch_linked_archives
depset ObjcProvider.multi_arch_linked_archivesCombined-architecture archives to include in the final bundle.
multi_arch_linked_binaries
depset ObjcProvider.multi_arch_linked_binariesCombined-architecture binaries to include in the final bundle.
root_merge_zip
depset ObjcProvider.root_merge_zipDeprecated. This API is deprecated and will be removed soon. Please do not depend on it. It is disabled with
--incompatible_disable_objc_provider_resources
. Use this flag to verify your code is compatible with its imminent removal. Merge zips to include in the ipa and outside the bundle root.
sdk_dylib
depset ObjcProvider.sdk_dylibNames of SDK .dylib libraries to link with. For instance, 'libz' or 'libarchive'.
sdk_framework
depset ObjcProvider.sdk_frameworkNames of SDK frameworks to link with (e.g. 'AddressBook', 'QuartzCore').
source
depset ObjcProvider.sourceAll transitive source files.
static_framework_file
depset ObjcProvider.static_framework_fileFiles in .framework directories that should be statically included as inputs when compiling and linking.
storyboard
depset ObjcProvider.storyboardDeprecated. This API is deprecated and will be removed soon. Please do not depend on it. It is disabled with
--incompatible_disable_objc_provider_resources
. Use this flag to verify your code is compatible with its imminent removal. Files for storyboard sources.
strings
depset ObjcProvider.stringsDeprecated. This API is deprecated and will be removed soon. Please do not depend on it. It is disabled with
--incompatible_disable_objc_provider_resources
. Use this flag to verify your code is compatible with its imminent removal. Files for strings source files.
umbrella_header
depset ObjcProvider.umbrella_headerClang umbrella header. Public headers are #included in umbrella headers to be compatible with J2ObjC segmented headers.
weak_sdk_framework
depset ObjcProvider.weak_sdk_frameworkNames of SDK frameworks to weakly link with. For instance, 'MediaAccessibility'. In difference to regularly linked SDK frameworks, symbols from weakly linked frameworks do not cause an error if they are not present at runtime.
xcassets_dir
depset ObjcProvider.xcassets_dirDeprecated. This API is deprecated and will be removed soon. Please do not depend on it. It is disabled with
--incompatible_disable_objc_provider_resources
. Use this flag to verify your code is compatible with its imminent removal. The set of all unique asset catalog directories (*.xcassets) containing files in 'asset_catalogs'.
xcdatamodel
depset ObjcProvider.xcdatamodelDeprecated. This API is deprecated and will be removed soon. Please do not depend on it. It is disabled with
--incompatible_disable_objc_provider_resources
. Use this flag to verify your code is compatible with its imminent removal. Files that comprise the data models of the final linked binary.
xib
depset ObjcProvider.xibDeprecated. This API is deprecated and will be removed soon. Please do not depend on it. It is disabled with
--incompatible_disable_objc_provider_resources
. Use this flag to verify your code is compatible with its imminent removal. .xib resource files