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

Replace absolute path in generated xcodeproj #311

Merged
merged 2 commits into from
Sep 18, 2018

Conversation

ishkawa
Copy link
Contributor

@ishkawa ishkawa commented Sep 18, 2018

In #307, I accidentally inserted some absolute paths of my local machine, which start with /Users/ishkawa, into SwiftGRPC-Carthage.xcodeproj/project.pbxproj. I found that these values are generated from swift generate-xcodeproj.

To prevent inserting such absolute paths, added steps to replace absolute path with relative path after xcodeproj generation in Makefile.

My apologies for the mistake 🙇

@ishkawa ishkawa changed the title Replace absolute path in generated code Replace absolute path in generated xcodeproj Sep 18, 2018
Copy link
Collaborator

@MrMage MrMage left a comment

Choose a reason for hiding this comment

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

This is great, thanks! I had similar problems in the past.

However, I think this will apply to all other module maps as well. Do you think it would be possible to run the same transformations for all other module maps and commit them into the repository as well?

@timburks timburks merged commit 23a0ebd into grpc:master Sep 18, 2018
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.

3 participants