forked from nothirst/TICoreDataSync
-
Notifications
You must be signed in to change notification settings - Fork 2
/
AppledocSettings.plist
37 lines (37 loc) · 981 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
37
<?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>com.timisted</string>
<key>--ignore</key>
<array>
<string>ThirdParty</string>
<string>Libraries</string>
<string>Frameworks</string>
<string>Testing</string>
<string>SupportingFiles</string>
<string>.m</string>
<string>Examples</string>
<string>Documentation</string>
<string>05 File Structure</string>
<string>06 External Sources</string>
</array>
<key>--logformat</key>
<integer>1</integer>
<key>--print-settings</key>
<true/>
<key>--project-company</key>
<string>Tim Isted</string>
<key>--project-name</key>
<string>TICoreDataSync</string>
<key>--repeat-first-par</key>
<false/>
<key>--verbose</key>
<integer>3</integer>
<key>--output</key>
<string>Documentation</string>
<key>--keep-intermediate-files</key>
<true/>
</dict>
</plist>