-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathAppSpector.plist
More file actions
28 lines (28 loc) · 918 Bytes
/
AppSpector.plist
File metadata and controls
28 lines (28 loc) · 918 Bytes
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>Monitors</key>
<array>
<string>AS_LOG_MONITOR</string>
<string>AS_HTTP_MONITOR</string>
<string>AS_COREDATA_MONITOR</string>
<string>AS_PERFORMANCE_MONITOR</string>
<string>AS_LOCATION_MONITOR</string>
<string>AS_ENVIRONMENT_MONITOR</string>
<string>AS_NOTIFICATION_MONITOR</string>
<string>AS_ANALYTICS_MONITOR</string>
<string>AS_DEFAULTS_MONITOR</string>
<string>AS_COMMANDS_MONITOR</string>
<string>AS_LOCATION_MONITOR</string>
<string>AS_CUSTOMEVENTS_MONITOR</string>
<string>AS_SQLITE_MONITOR</string>
<string>AS_SCREENSHOT_MONITOR</string>
<string>AS_FS_MONITOR</string>
</array>
<key>API Key</key>
<string>YOUR_API_KEY</string>
<key>Public Key</key>
<string>YOUR_PUB_KEY</string>
</dict>
</plist>