Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Place LICENSE as sibling of podspec #4691

Merged
merged 2 commits into from
Feb 19, 2018

Conversation

mravn-google
Copy link
Contributor

This change is needed in order to land flutter/flutter#14748.

Following that change to the Flutter repo, local pods will be located via symlinks, allowing developers to check in and share the resulting Podfile.lock, as it will now be free of absolute paths to files on the developers' machines.

When a local pod's podspec uses relative paths, those paths are resolved by pod relative to the symlink used to locate the podspec itself. But that fails when the relative path contains a prefix of .. path elements.

This change also makes resolving the LICENSE file work when local engine is used along with other pods.

Copy link
Contributor

@jakobr-google jakobr-google left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants