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

Allow nef compiler change dependencies #30

Closed
miguelangel-dev opened this issue Apr 10, 2019 · 1 comment
Closed

Allow nef compiler change dependencies #30

miguelangel-dev opened this issue Apr 10, 2019 · 1 comment
Assignees

Comments

@miguelangel-dev
Copy link
Member

miguelangel-dev commented Apr 10, 2019

Description

nefc should allow changing on the fly the dependencies. For example, the CI needs to set the dependencies to the current branch for verifying the written documentation continues working.

@miguelangel-dev miguelangel-dev self-assigned this Apr 10, 2019
@miguelangel-dev
Copy link
Member Author

As you can solve this using CocoaPods (our current dependency manager) adding :path => '../..' in the Podfile. We do not need to do issue, for now.

Instead to write

pod "Bow", '~> 0.4.0'

you can write

pod "Bow", :path => '../..'

to take the current branch for verifying the written documentation continues working.

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

1 participant