-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTemplateInfo.plist
131 lines (131 loc) · 3.29 KB
/
TemplateInfo.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AllowedTypes</key>
<array>
<string>public.objective-c-source</string>
<string>public.objective-c-plus-plus-source</string>
</array>
<key>DefaultCompletionName</key>
<string>MyClass</string>
<key>Description</key>
<string>An Objective-C class, with implementation and header files.</string>
<key>Kind</key>
<string>Xcode.IDEKit.TextSubstitutionFileTemplateKind</string>
<key>MainTemplateFile</key>
<string>___FILEBASENAME___.m</string>
<key>Options</key>
<array>
<dict>
<key>Description</key>
<string>The name of the class to create</string>
<key>Identifier</key>
<string>productName</string>
<key>Name</key>
<string>Class</string>
<key>NotPersisted</key>
<true/>
<key>Required</key>
<true/>
<key>Type</key>
<string>text</string>
</dict>
<dict>
<key>Default</key>
<string>NSObject</string>
<key>Description</key>
<string>What class to subclass in the new file</string>
<key>FallbackHeader</key>
<string>#import <UIKit/UIKit.h></string>
<key>Identifier</key>
<string>cocoaTouchSubclass</string>
<key>Name</key>
<string>Subclass of</string>
<key>Required</key>
<string>YES</string>
<key>Suffixes</key>
<dict>
<key>UITableViewCell</key>
<string>Cell</string>
<key>UITableViewController</key>
<string>ViewController</string>
<key>UIViewController</key>
<string>ViewController</string>
</dict>
<key>Type</key>
<string>class</string>
<key>Values</key>
<array>
<string>NSObject</string>
<string>UIView</string>
<string>UIViewController</string>
<string>UITableViewController</string>
<string>UITableViewCell</string>
</array>
</dict>
<dict>
<key>Default</key>
<string>false</string>
<key>Identifier</key>
<string>iPad</string>
<key>Name</key>
<string>Targeted for iPad</string>
<key>RequiredOptions</key>
<dict>
<key>cocoaTouchSubclass</key>
<array>
<string>UIViewController</string>
<string>UITableViewController</string>
</array>
</dict>
<key>Type</key>
<string>checkbox</string>
</dict>
<dict>
<key>Default</key>
<string>true</string>
<key>Identifier</key>
<string>withXIB</string>
<key>Name</key>
<string>With XIB for user interface</string>
<key>RequiredOptions</key>
<dict>
<key>cocoaTouchSubclass</key>
<array>
<string>UIView</string>
<string>UIViewController</string>
<string>UITableViewController</string>
</array>
</dict>
<key>Type</key>
<string>checkbox</string>
</dict>
<dict>
<key>Identifier</key>
<string>usingARC</string>
<key>Name</key>
<string>CLANG_ENABLE_OBJC_ARC</string>
<key>RequiredOptions</key>
<dict>
<key>cocoaTouchSubclass</key>
<string>UITableViewController</string>
</dict>
<key>Type</key>
<string>buildSetting</string>
<key>Values</key>
<array>
<string>NO</string>
</array>
</dict>
</array>
<key>Platforms</key>
<array>
<string>com.apple.platform.iphoneos</string>
</array>
<key>SortOrder</key>
<string>1</string>
<key>Summary</key>
<string>An Objective-C class with a header for Cocoa Touch</string>
</dict>
</plist>