Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Pods-resources.sh: add missing newline between install_resource calls #1053

Merged

Conversation

rivera-ernesto
Copy link
Contributor

After #1030 Pods-resources.sh fails if more than one resource is present because there are no newlines between install_resource calls:

install_resource 'MyFile.xib'install_resource 'arrow.png'

Error (edited):

PhaseScriptExecution "Copy Pods Resources" 
...
rsync -av --exclude '*/.svn/*' .../MyFile.xibinstall_resource .../arrow.png
MyFile.xibinstall_resource" failed: No such file or directory (2)

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 0ea11ac on rivera-ernesto:add_newlines_to_resources_script into 116120f on CocoaPods:master.

@fabiopelosin
Copy link
Member

👍

fabiopelosin added a commit that referenced this pull request May 20, 2013
…s_script

Fix Pods-resources.sh: add missing newline between install_resource calls
@fabiopelosin fabiopelosin merged commit a48d096 into CocoaPods:master May 20, 2013
@rivera-ernesto rivera-ernesto deleted the add_newlines_to_resources_script branch May 21, 2013 00:17
jzapater pushed a commit to jzapater/CocoaPods that referenced this pull request Sep 17, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants