[#221] Pod::Sandbox#build_header_storage and Pod::Sandbox#public_header_storage
Those methods return Pod::HeaderStorage instances, managing respectively build headers and public headers. Those objects replace and encapsulate former Pod::Sandbox#headers_root, add_header_file, add_header_files and header_search_paths methods. For instance, instead of sandbox.header_search_paths, write sandbox.build_header_storage.search_paths.
Showing
Please
register
or
sign in
to comment