class Pod::Installer::Xcode::PodTargetDependencyInstaller
Public Instance Methods
swz_wire_resource_bundle_targets(resource_bundle_targets, native_target, pod_target)
Alias for: wire_resource_bundle_targets
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
Also aliased as: swz_wire_resource_bundle_targets