TemplateInfo.plist 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>AllowedTypes</key>
  6. <array>
  7. <string>public.objective-c-source</string>
  8. <string>public.objective-c-plus-plus-source</string>
  9. </array>
  10. <key>Platforms</key>
  11. <array>
  12. <string>com.apple.platform.iphoneos</string>
  13. </array>
  14. <key>Description</key>
  15. <string>SlackTextViewController subclass file</string>
  16. <key>DefaultCompletionName</key>
  17. <string>MyTextViewController</string>
  18. <key>Kind</key>
  19. <string>Xcode.IDEKit.TextSubstitutionFileTemplateKind</string>
  20. <key>Summary</key>
  21. <string>A SLKTextViewController subclass</string>
  22. <key>MainTemplateFile</key>
  23. <string>___FILEBASENAME___.m</string>
  24. <key>SortOrder</key>
  25. <integer>1</integer>
  26. <key>Options</key>
  27. <array>
  28. <dict>
  29. <key>Description</key>
  30. <string>The name of the class to create</string>
  31. <key>Identifier</key>
  32. <string>productName</string>
  33. <key>Name</key>
  34. <string>Class:</string>
  35. <key>NotPersisted</key>
  36. <true/>
  37. <key>Required</key>
  38. <true/>
  39. <key>Type</key>
  40. <string>text</string>
  41. </dict>
  42. <dict>
  43. <key>Default</key>
  44. <string>SLKTextViewController</string>
  45. <key>Description</key>
  46. <string>The default parent class SLKTextViewController</string>
  47. <key>Identifier</key>
  48. <string>textViewControllerSubclass</string>
  49. <key>Name</key>
  50. <string>Subclass of:</string>
  51. <key>Required</key>
  52. <false/>
  53. <key>Type</key>
  54. <string>static</string>
  55. </dict>
  56. <dict>
  57. <key>Default</key>
  58. <string>UITableView</string>
  59. <key>Description</key>
  60. <string>The content view type</string>
  61. <key>Identifier</key>
  62. <string>contentViewChoice</string>
  63. <key>Name</key>
  64. <string>Content View:</string>
  65. <key>Required</key>
  66. <true/>
  67. <key>Type</key>
  68. <string>popup</string>
  69. <key>Values</key>
  70. <array>
  71. <string>UITableView</string>
  72. <string>UICollectionView</string>
  73. </array>
  74. </dict>
  75. </array>
  76. </dict>
  77. </plist>