-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Enable third-party podspec sources to be fetched from mirrored git repositories #45566
Enable third-party podspec sources to be fetched from mirrored git repositories #45566
Conversation
Hi @RailByteOEBB, thanks for the proposal. I think that it would be better if we find a different way to handle this. one way to go could be:
|
Hi @cipolleschi, thanks for your quick response. I would propose the following solution:
What do you think? |
@RailByteOEBB sorry for the late reply! |
Hi @cipolleschi, thanks for your reply. I've implemented the changes. May I ask you to review it again? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great job, thanks for working on it.
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@cipolleschi merged this pull request in 53969cb. |
This pull request was successfully merged by @RailByteOEBB in 53969cb When will my fix make it into a release? | How to file a pick request? |
Summary:
At OEBB we currently facing an issue we're not able to use our mirrored git repositories for third-party podspecs. This is due to the fact podspecs contain hardcoded git repository urls. With this change we could specify urls to our mirrored git repositories.
Changelog:
[IOS] [ADDED] Enable third-party podspec sources to be fetched from mirrored git repositories
Test Plan: