forked from augustj/kiwispec_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTemplateInfo.plist
45 lines (43 loc) · 1.09 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
<?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>
</array>
<key>DefaultCompletionName</key>
<string>MyClass</string>
<key>Description</key>
<string>A Kiwi Spec Template</string>
<key>Kind</key>
<string>Xcode.IDEKit.TextSubstitutionFileTemplateKind</string>
<key>MainTemplateFile</key>
<string>___FILEBASENAME___Spec.m</string>
<key>Options</key>
<array>
<dict>
<key>Description</key>
<string>The name of the class to test</string>
<key>Identifier</key>
<string>productName</string>
<key>Name</key>
<string>Class To Test</string>
<key>NotPersisted</key>
<true/>
<key>Required</key>
<true/>
<key>Type</key>
<string>text</string>
</dict>
</array>
<key>Platforms</key>
<array>
<string>com.apple.platform.iphoneos</string>
</array>
<key>SortOrder</key>
<string>1</string>
<key>Summary</key>
<string>An improved Kiwi Spec Template</string>
</dict>
</plist>