class Pod::Generator::CopyXCFrameworksScript
Public Class Methods
new(xcframeworks, sandbox_root, platform)
click to toggle source
# File lib/pod_builder/podfile/pre_actions_swizzles.rb, line 17 def initialize(xcframeworks, sandbox_root, platform) xcframeworks.uniq! { |t| t.path } swz_initialize(xcframeworks, sandbox_root, platform) end
Also aliased as: swz_initialize