-
Notifications
You must be signed in to change notification settings - Fork 16
/
AppledocSettings.plist
43 lines (43 loc) · 1.24 KB
/
AppledocSettings.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
<?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>--company-id</key>
<string>ru.kovpas</string>
<key>--output</key>
<string>Docs</string>
<key>--project-company</key>
<string>Pavel Mazurin</string>
<key>--project-name</key>
<string>BOString</string>
<key>--project-version</key>
<string>0.0.6</string>
<key>--create-html</key>
<true/>
<key>--create-docset</key>
<false/>
<key>--clean-output</key>
<false/>
<key>--keep-intermediate-files</key>
<false/>
<key>--keep-undocumented-objects</key>
<true/>
<key>--keep-undocumented-members</key>
<true/>
<key>--search-undocumented-doc</key>
<true/>
<key>--explicit-crossref</key>
<true/>
<key>--ignore</key>
<array>
<string>.m</string>
<string>Examples</string>
<string>Pods</string>
<string>Tests</string>
</array>
<key>--include</key>
<string>BOString</string>
</dict>
</plist>