-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathAppledocSettings.plist
More file actions
44 lines (44 loc) · 1.08 KB
/
AppledocSettings.plist
File metadata and controls
44 lines (44 loc) · 1.08 KB
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
<?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>--project-company</key>
<string>TBO INTERACTIVE</string>
<key>--company-id</key>
<string>com.tbointeractive</string>
<key>--create-docset</key>
<true/>
<key>--install-docset</key>
<false/>
<key>--create-html</key>
<true/>
<key>--verbose</key>
<string>3</string>
<key>--logformat</key>
<integer>1</integer>
<key>--project-name</key>
<string>TBODeveloperTools</string>
<key>--output</key>
<string>doc</string>
<key>--input</key>
<array>
<string>README.md</string>
</array>
<key>--keep-intermediate-files</key>
<true/>
<key>--ignore</key>
<array>
<string>Pods</string>
<string>Example</string>
<string>DerivedData</string>
<string>TBODeveloperOverlayTests</string>
<string>TBODeveloperOverlayUITests</string>
</array>
<key>--keep-undocumented-objects</key>
<true/>
<key>--index-desc</key>
<string>README.md</string>
<key>--templates</key>
<string>appledoc/templates</string>
</dict>
</plist>