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

Remove unnecessary quote escaping. #186

Merged
merged 1 commit into from
Dec 7, 2017

Conversation

alvarhansen
Copy link
Contributor

Fixes #181

As xcodeproj already does all necessary string escaping, there is not need to do it in XcodeGen.

I am not sure why running unit tests generated new UUIDs for objects in Tests/Fixtures/TestProject/Project.xcodeproj/project.pbxproj.

Copy link
Owner

@yonaskolb yonaskolb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks @allu22!

The UUID's changed as the shell script itself is part of the string passed to the generator for hashing. This could probably be changed for scripts that have a name or a path, so they are still deterministic and don't clash with other scripts in the target

@yonaskolb yonaskolb merged commit 11e1813 into yonaskolb:master Dec 7, 2017
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.

2 participants