forked from Cocoanetics/DTFoundation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AppledocSettings.plist
54 lines (54 loc) · 1.76 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
<?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-name</key>
<string>DTFoundation</string>
<key>--project-company</key>
<string>Cocoanetics</string>
<key>--project-version</key>
<string>1.6</string>
<key>--company-id</key>
<string>com.cocoanetics</string>
<key>--docset-atom-filename</key>
<string>DTFoundation.atom</string>
<key>--docset-feed-url</key>
<string>https://docs.cocoanetics.com/DTFoundation/%DOCSETATOMFILENAME</string>
<key>--docset-package-url</key>
<string>https://docs.cocoanetics.com/DTFoundation/%DOCSETPACKAGEFILENAME</string>
<key>--docset-fallback-url</key>
<string>https://docs.cocoanetics.com/DTFoundation/</string>
<key>--create-docset</key>
<true/>
<key>--publish-docset</key>
<true/>
<key>--install-docset</key>
<false/>
<key>--logformat</key>
<string>xcode</string>
<key>--keep-intermediate-files</key>
<true/>
<key>--no-repeat-first-par</key>
<true/>
<key>--include</key>
<array>
<string>./Documentation/Change Log-template.markdown</string>
<string>./Documentation/Core Subspec-template.markdown</string>
<string>./Documentation/UIKit Subspec-template.markdown</string>
<string>./Documentation/UIKit Blocks Subspec-template.markdown</string>
<string>./Documentation/AppKit Subspec-template.markdown</string>
<string>./Documentation/Other Subspecs-template.markdown</string>
<string>./Documentation/Setup Guide-template.markdown</string>
</array>
<key>--ignore</key>
<array>
<string>*.m</string>
<string>Core/Externals</string>
<string>Demo</string>
</array>
<key>--index-desc</key>
<string>Readme.markdown</string>
<key>--warn-invalid-crossref</key>
<false/>
</dict>
</plist>