• Gwendal Roué's avatar
    [#221] Pod::Sandbox#build_header_storage and Pod::Sandbox#public_header_storage · 3f9aa837
    Gwendal Roué authored
    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.
    3f9aa837
sandbox_spec.rb 2.81 KB