0

I would like to add Documentation target to .xctemplate for custom xcode project template. What key-value pair should one add to templateInfo.plist in order to get Documentation target in place ?

Qantas 94 Heavy
  • 15,750
  • 31
  • 68
  • 83
user2788672
  • 245
  • 4
  • 15

1 Answers1

0

Able to solve this problem by adding a dictionary under Targets key in TemplateInfo.plist as: enter image description here

Hope this should help to anyone looking for a similar thing.

user2788672
  • 245
  • 4
  • 15