forked from jcmendez/JCMSegmentPageController
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAppledocSettings.plist
36 lines (36 loc) · 927 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
29
30
31
32
33
34
35
36
<?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>us.babygames4</string>
<key>--ignore</key>
<array>
<string>ThirdParty</string>
<string>Libraries</string>
<string>Frameworks</string>
<string>Testing</string>
<string>Demo</string>
</array>
<key>--logformat</key>
<string>xcode</string>
<key>--print-settings</key>
<true/>
<key>--project-company</key>
<string>Juan-Carlos Mendez</string>
<key>--project-name</key>
<string>JCMSegmentPageController</string>
<key>--repeat-first-par</key>
<false/>
<key>--output</key>
<string>./doc</string>
<key>--create-html</key>
<integer>1</integer>
<key>--create-docset</key>
<integer>0</integer>
<key>--install-docset</key>
<integer>0</integer>
<key>--verbose</key>
<integer>3</integer>
</dict>
</plist>