Commit f62ecc41 authored by Diego Torres's avatar Diego Torres

Provide an actual path to save the script to

parent ee5e8fd4
...@@ -130,6 +130,7 @@ module Pod ...@@ -130,6 +130,7 @@ module Pod
# @return [void] # @return [void]
# #
def create_copy_resources_script def create_copy_resources_script
path = target.copy_resources_script_path
generator = Generator::CopyResourcesScript.new(resources_by_config, target.platform) generator = Generator::CopyResourcesScript.new(resources_by_config, target.platform)
generator.save_as(path) generator.save_as(path)
add_file_to_support_group(path) add_file_to_support_group(path)
......
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