Commit 6dd611a6 authored by Michael Beauregard's avatar Michael Beauregard

Use a different resources-to-copy.txt file for each target

See issue: https://github.com/CocoaPods/CocoaPods/issues/1099
parent e790554d
...@@ -80,7 +80,7 @@ module Pod ...@@ -80,7 +80,7 @@ module Pod
INSTALL_RESOURCES_FUCTION = <<EOS INSTALL_RESOURCES_FUCTION = <<EOS
#!/bin/sh #!/bin/sh
RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt
> "$RESOURCES_TO_COPY" > "$RESOURCES_TO_COPY"
install_resource() install_resource()
......
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