class Pod::Installer::Xcode::PodTargetDependencyInstaller

Public Instance Methods

swz_wire_resource_bundle_targets(resource_bundle_targets, native_target, pod_target)
wire_resource_bundle_targets(resource_bundle_targets, native_target, pod_target) click to toggle source
# File lib/pod_builder/install.rb, line 90
def wire_resource_bundle_targets(resource_bundle_targets, native_target, pod_target)
  pod_target.mock_dynamic_framework = pod_target.build_as_static_framework?
  res = swz_wire_resource_bundle_targets(resource_bundle_targets, native_target, pod_target)
  pod_target.mock_dynamic_framework = false
  return res
end