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

Git submodules support #58

Open
dvir04 opened this issue Feb 7, 2018 · 3 comments
Open

Git submodules support #58

dvir04 opened this issue Feb 7, 2018 · 3 comments

Comments

@dvir04
Copy link

dvir04 commented Feb 7, 2018

Hi,

There is no xcodeproj file for this project, so I can't use it as a submodule. Can you please add support for that.

Thanks!

@devxoul
Copy link
Member

devxoul commented Feb 9, 2018

How did you setup the git submodules?

@dvir04
Copy link
Author

dvir04 commented Feb 11, 2018

Thanks for your reply. I've added ReactorKit as a submodule running the regular git submodule command:
$ git submodule add https://github.com/ReactorKit/ReactorKit.git

I looked for a xcodeproj file to drag into my project navigator, but your repository doesn't contain such a file.
(You can see RxSwift GitHub page as an example of git submodule installation supported project)

Thanks.

@yhkaplan
Copy link
Contributor

@dvir04 You can generate an Xcode project by cd into the submodule than running: swift package generate-xcodeproj

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

3 participants