简体   繁体   中英

XCode Project Template

When creating a new XCode project (iOS apps in Swift), I always repeat the same initial tasks, like:

  • install CocoaPods
  • change development language
  • create folders hierarchy
  • copy some source files and change a few lines
  • install Crashlytics, etc.

I'd like to automate those tasks. The closest thing I found so far seems to be xcake to generate project. As for the sources, I can bundle the frequently reused ones into a CocoaPod, but some code structure that I reuse needs to be outside of a pod and generated from a template. Is there a solution for that?

There is a tool called Liftoff that automates XCode project creation:

https://github.com/liftoffcli/liftoff

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