-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathAppledocSettings.plist
executable file
·63 lines (63 loc) · 1.64 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?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>--create-docset</key>
<true/>
<key>--create-html</key>
<true/>
<key>--docset-bundle-name</key>
<string>AtoZ</string>
<key>--docset-desc</key>
<string>Zhuzhiness in the form of a framework.</string>
<key>--docset-feed-url</key>
<string>http://mrgray.com/docs/atoz/%DOCSETATOMFILENAME</string>
<key>--docset-package-url</key>
<string>http://mrgray.com/docs/atoz/%DOCSETPACKAGEFILENAME</string>
<key>--exit-threshold</key>
<integer>2</integer>
<key>--ignore</key>
<array>
<string>Frameworks</string>
<string>JREnum.h</string>
</array>
<key>--input</key>
<array>
<string>AtoZ/Categories</string>
<string>AtoZ/AZGeometry</string>
<string>AtoZ/Views</string>
<string>AtoZ/Core</string>
<string>AtoZ/Classes</string>
</array>
<key>--install-docset</key>
<true/>
<key>--keep-intermediate-files</key>
<true/>
<key>--keep-undocumented-members</key>
<true/>
<key>--keep-undocumented-objects</key>
<true/>
<key>--logformat</key>
<integer>1</integer>
<key>--merge-categories</key>
<true/>
<key>--no-create-docset</key>
<false/>
<key>--output</key>
<string>/mg/docs/atoz</string>
<key>--project-company</key>
<string>mrgray.com</string>
<key>--project-name</key>
<string>AtoZ.Framework</string>
<key>--project-version</key>
<string>${BUILD_VERSION} </string>
<key>--publish-docset</key>
<true/>
<key>--search-undocumented-doc</key>
<true/>
<key>--templates</key>
<string>~/.appledoc</string>
<key>--verbose</key>
<integer>5</integer>
</dict>
</plist>