ios - Repository management and pod files:cocoapods -


I am using the Coccopodes dependency manager in the iOS project.

The question is what is the proper way to manage the full project in the repository [Mercurial]

Do I need to add all the coprocated files to the repo? Or is there any way to avoid adding repositories to all these files?

What is the correct way to manage files?

If I correctly understand your question,

No, The pods / folder should not be.

Source: The CocoaPods Project .gitignore

I'm not sure how things can be overlooked in Mercury, but it is that . Gitignore is a safe guide on what should be overlooked in the example.

Comments

Popular posts from this blog

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -