Xcode-Project-Templates icon indicating copy to clipboard operation
Xcode-Project-Templates copied to clipboard

cocoapods support

Open zhigangfang opened this issue 7 years ago • 2 comments

Hi @reidmain The project templates is support cocoapods?

zhigangfang avatar Mar 28 '17 07:03 zhigangfang

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 avatar Mar 28 '17 18:03 reidmain

@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.

zhigangfang avatar Mar 29 '17 01:03 zhigangfang