简体   繁体   中英

Repository management and pod files:cocoapods

I am using cocoapods dependency manager in the iOS project.

The question is what is the proper way to manage the complete project in the repository [ mercurial]

Do I need to add all the cocoapods installed files into the repo? Or is there a way to avoid all these files from adding repository?

What is the right way to manage the files?

If i understand your question correctly,

No, you should not commit your pods/ folder.

source: the Cocoapods example project .gitignore

Im not sure on the specific details on how to ignore things in mercurial, but that .gitignore in the example is a safe guide on what should be ignored.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM