JLChen
2021-08-02 38f4fb064df09f344fc3237409c76a9fba2a8a9e
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<?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>PreferenceSpecifiers</key>
    <array>
        <dict>
            <key>Title</key>
            <string>Presence</string>
            <key>Type</key>
            <string>PSGroupSpecifier</string>
        </dict>
        <dict>
            <key>Type</key>
            <string>PSToggleSwitchSpecifier</string>
            <key>Title</key>
            <string>Enable smart address book</string>
            <key>Key</key>
            <string>use_rls_presence</string>
            <key>DefaultValue</key>
            <string>YES</string>
        </dict>
        <dict>
            <key>Title</key>
            <string>Debug</string>
            <key>Type</key>
            <string>PSGroupSpecifier</string>
        </dict>
        <dict>
            <key>DefaultValue</key>
            <string>0</string>
            <key>Key</key>
            <string>debugenable_preference</string>
            <key>Title</key>
            <string>Debug</string>
            <key>Titles</key>
            <array>
                <string>None</string>
                <string>Application only</string>
                <string>Application and libraries warnings</string>
                <string>All</string>
            </array>
            <key>Type</key>
            <string>PSMultiValueSpecifier</string>
            <key>Values</key>
            <array>
                <string>0</string>
                <string>32</string>
                <string>8</string>
                <string>1</string>
            </array>
        </dict>
        <dict>
            <key>Key</key>
            <string>send_logs_button</string>
            <key>Title</key>
            <string>Send Logs</string>
            <key>Type</key>
            <string>IASKButtonSpecifier</string>
        </dict>
        <dict>
            <key>Key</key>
            <string>reset_logs_button</string>
            <key>Title</key>
            <string>Clear Logs</string>
            <key>Type</key>
            <string>IASKButtonSpecifier</string>
        </dict>
        <dict>
            <key>Key</key>
            <string>send_db_button</string>
            <key>Title</key>
            <string>Send Databases</string>
            <key>Type</key>
            <string>IASKButtonSpecifier</string>
        </dict>
        <dict>
            <key>Title</key>
            <string>Notifications</string>
            <key>Type</key>
            <string>PSGroupSpecifier</string>
        </dict>
        <dict>
            <key>DefaultValue</key>
            <true/>
            <key>Key</key>
            <string>show_msg_in_notif</string>
            <key>Title</key>
            <string>Show message in notification</string>
            <key>Type</key>
            <string>PSToggleSwitchSpecifier</string>
        </dict>
        <dict>
            <key>DefaultValue</key>
            <true/>
            <key>Key</key>
            <string>autoanswer_notif_preference</string>
            <key>Title</key>
            <string>Auto-answer after notification</string>
            <key>Type</key>
            <string>PSToggleSwitchSpecifier</string>
        </dict>
        <dict>
            <key>Title</key>
            <string>Other</string>
            <key>Type</key>
            <string>PSGroupSpecifier</string>
        </dict>
        <dict>
            <key>DefaultValue</key>
            <true/>
            <key>Key</key>
            <string>animations_preference</string>
            <key>Title</key>
            <string>Animations</string>
            <key>Type</key>
            <string>PSToggleSwitchSpecifier</string>
        </dict>
        <dict>
            <key>DefaultValue</key>
            <true/>
            <key>Key</key>
            <string>start_at_boot_preference</string>
            <key>Title</key>
            <string>Start at boot</string>
            <key>Type</key>
            <string>PSToggleSwitchSpecifier</string>
        </dict>
        <dict>
            <key>DefaultValue</key>
            <true/>
            <key>Key</key>
            <string>enable_first_login_view_preference</string>
            <key>Title</key>
            <string>First login view</string>
            <key>Type</key>
            <string>PSToggleSwitchSpecifier</string>
        </dict>
        <dict>
            <key>Title</key>
            <string>Primary account</string>
            <key>Type</key>
            <string>PSGroupSpecifier</string>
        </dict>
        <dict>
            <key>AutocapitalizationType</key>
            <string>None</string>
            <key>AutocorrectionType</key>
            <string>No</string>
            <key>DefaultValue</key>
            <string></string>
            <key>IsSecure</key>
            <false/>
            <key>Key</key>
            <string>primary_displayname_preference</string>
            <key>New item</key>
            <string></string>
            <key>KeyboardType</key>
            <string>Alphabet</string>
            <key>Title</key>
            <string>Display name</string>
            <key>Type</key>
            <string>PSTextFieldSpecifier</string>
            <key>IASKTextAlignment</key>
            <string>IASKUITextAlignmentRight</string>
        </dict>
        <dict>
            <key>AutocapitalizationType</key>
            <string>None</string>
            <key>AutocorrectionType</key>
            <string>No</string>
            <key>DefaultValue</key>
            <string></string>
            <key>IsSecure</key>
            <false/>
            <key>Key</key>
            <string>primary_username_preference</string>
            <key>KeyboardType</key>
            <string>Alphabet</string>
            <key>Title</key>
            <string>Username</string>
            <key>Type</key>
            <string>PSTextFieldSpecifier</string>
            <key>IASKTextAlignment</key>
            <string>IASKUITextAlignmentRight</string>
        </dict>
    </array>
</dict>
</plist>