Xcode-Project-Templates
Xcode-Project-Templates copied to clipboard
cocoapods support
Hi @reidmain The project templates is support cocoapods?
Hi @zhigangfang. I'm not sure what you mean by "support CocoaPods". These templates are used by Xcode when a new project is created so out of the box you should be able to simply add a Podfile because your .xcodeproj and it works.
If you are talking about building support into these templates to automatically add a Podfile that is something that I could look into doing.
@reidmain thanks for your answer. I want to add a Podfile automatically by the templates, and then don't need add podfile to the new project manually.