-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathAppledocSettings.plist
28 lines (28 loc) · 960 Bytes
/
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
<?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>--output</key>
<string>CFSocketsDocs</string>
<key>--index-desc</key>
<string>README.md</string>
<key>--project-name</key>
<string>CFSockets</string>
<key>--project-company</key>
<string>Pioneering Software, United Kingdom</string>
<key>--company-id</key>
<string>uk.co.pioneeringsoftware</string>
<key>--keep-undocumented-objects</key>
<false/>
<key>--keep-undocumented-members</key>
<false/>
<key>--docset-feed-url</key>
<string>http://downloads.pioneeringsoftware.co.uk/%DOCSETATOMFILENAME</string>
<key>--docset-package-url</key>
<string>http://downloads.pioneeringsoftware.co.uk/%DOCSETPACKAGEFILENAME</string>
<key>--docset-fallback-url</key>
<string>https://github.com/royratcliffe/CFSockets/</string>
<key>--publish-docset</key>
<true/>
</dict>
</plist>