-
Notifications
You must be signed in to change notification settings - Fork 194
/
AppledocSettings.plist
42 lines (36 loc) · 1.06 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
<?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>Amplitude</string>
<key>--project-company</key>
<string>Amplitude Inc.</string>
<key>--company-id</key>
<string>com.amplitude</string>
<key>--templates</key>
<string>appledoc-templates</string>
<key>--output</key>
<string>doc</string>
<key>--create-docset</key>
<false/>
<key>--create-html</key>
<true/>
<key>--ignore</key>
<array>
<string>Pods</string>
<string>documentation</string>
<string>build</string>
<string>AmplitudeTests</string>
<string>AmplitudeFramework</string>
<string>appledoc-templates</string>
<string>*.framework</string>
<string>AMPDatabaseHelper.m</string>
<string>AMPURLConnection.m</string>
<string>SSLCertificatePinning</string>
</array>
<key>--exit-threshold</key>
<integer>2</integer>
</dict>
</plist>