2
3

More than 3 years have passed since last update.

Xcode tamplates の作り方

Last updated at Posted at 2020-08-31

一言で言うと

~/Library/Developer/Xcode/Templates/File Templatesにテンプレートファイルを置いておくと、Xcodeでファイルを新規作成する時使える。

Clean Architecture用のテンプレートファイル

テンプレートファイル作成法

Xcodeに元からついてくるファイルテンプレートは、以下のフォルダに格納されているので参考にするといい。

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Templates/File Templates/

https://medium.com/@popcornomnom/swift-tutorial-how-to-create-own-xcode-file-template-for-ios-and-macos-d2e535ed62c5
https://help.apple.com/xcode/mac/9.0/index.html?localePath=en.lproj#/dev7fe737ce0

2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3