We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reference to issue #41 and fixed in tuist/XcodeProj#59.
Seems to me this is currently being overdone.
For example cp $FILE "$DEST/file" should not be escaped because it will cause cp to fail.
cp $FILE "$DEST/file"
@yonaskolb thoughts?
The text was updated successfully, but these errors were encountered:
@allu22 do you have any thoughts on this? tuist/XcodeProj#159 may have affected this as well
Sorry, something went wrong.
No branches or pull requests
Reference to issue #41 and fixed in tuist/XcodeProj#59.
Seems to me this is currently being overdone.
For example
cp $FILE "$DEST/file"
should not be escaped because it will cause cp to fail.@yonaskolb thoughts?
The text was updated successfully, but these errors were encountered: