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

local pod repository for testing #169

Open
joprice opened this issue Jan 23, 2021 · 1 comment
Open

local pod repository for testing #169

joprice opened this issue Jan 23, 2021 · 1 comment

Comments

@joprice
Copy link

joprice commented Jan 23, 2021

Is there a way to use new_pod_repository with a locally modified version of a pod, similar to how local_repository works? I tried using a relative file in the url field, and I then the podspec file could not be found. I provided a value for podspec_url, but it expects a label, so I had to copy the podspec into the repo. I saw some code related to url being a file, but maybe I'm not using it as intended. For now, I am pushing changes to a fork and bumping the version for each change.

@dgcoffman
Copy link
Contributor

If I understand what you're asking -- I managed to get this working with vendored pods declared like in https://github.com/pinterest/PodToBUILD/blob/master/Examples/React/Pods.WORKSPACE, but it doesn't seem possible otherwise.

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

No branches or pull requests

2 participants