class Pod::Installer::Xcode::PodsProjectGenerator::FileReferencesInstaller

Public Instance Methods

sync_modulemap_flags(pod_target) click to toggle source

Synchronize the information wether a target has it's own modulemap file.

# File lib/cocoapods-headermap/file_references_installer.rb, line 22
def sync_modulemap_flags(pod_target)
    pod_target.build_headers.user_clang_module = true if pod_target.file_accessors.first.module_map
end