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

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -