Commit fbfea264 authored by Jeremy Slater's avatar Jeremy Slater

Identify copy build phase by spec name

parent 1d51f821
...@@ -128,7 +128,7 @@ module Pod ...@@ -128,7 +128,7 @@ module Pod
# #
def add_copy_resources_script_phase def add_copy_resources_script_phase
targets.each do |target| targets.each do |target|
phase = target.new_shell_script_build_phase('Copy Pods Resources') phase = target.new_shell_script_build_phase("Copy Pods Resources (#{library.name})")
path = library.copy_resources_script_relative_path path = library.copy_resources_script_relative_path
phase.shell_script = %{"#{path}"\n} phase.shell_script = %{"#{path}"\n}
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment