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
<?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>DefaultValue</key>
            <string>Never</string>
            <key>Key</key>
            <string>auto_download_mode</string>
            <key>Title</key>
            <string>Auto download incoming files policy</string>
            <key>Titles</key>
            <array>
                <string>Never</string>
                <string>Always</string>
                <string>If lighter than max size</string>
            </array>
            <key>Type</key>
            <string>PSMultiValueSpecifier</string>
            <key>Values</key>
            <array>
                <string>Never</string>
                <string>Always</string>
                <string>Customize</string>
            </array>
        </dict>
        <dict>
            <key>DefaultValue</key>
            <false/>
            <key>Key</key>
            <string>vfs_enabled_mode</string>
            <key>Title</key>
            <string>Enable VFS</string>
            <key>Type</key>
            <string>PSToggleSwitchSpecifier</string>
        </dict>
        <dict>
            <key>DefaultValue</key>
            <true/>
            <key>Key</key>
            <string>auto_write_to_gallery_mode</string>
            <key>Title</key>
            <string>Auto write to gallery</string>
            <key>Type</key>
            <string>PSToggleSwitchSpecifier</string>
        </dict>
        <dict>
            <key>Key</key>
            <string>auto_download_incoming_files_max_size</string>
            <key>Title</key>
            <string>Max size (in bytes)</string>
            <key>DefaultValue</key>
            <integer>-1</integer>
            <key>Type</key>
            <string>PSTextFieldSpecifier</string>
            <key>KeyboardType</key>
            <string>NumbersAndPunctuation</string>
            <key>IASKTextAlignment</key>
            <string>IASKUITextAlignmentRight</string>
        </dict>
        <dict>
            <key>DefaultValue</key>
            <false/>
            <key>Key</key>
            <string>ephemeral_feature</string>
            <key>Title</key>
            <string>Enable ephemeral messages (beta)</string>
            <key>Type</key>
            <string>PSToggleSwitchSpecifier</string>
        </dict>
        <dict>
            <key>Type</key>
            <string>PSGroupSpecifier</string>
            <key>Title</key>
            <string>File sharing</string>
        </dict>
        <dict>
            <key>AutocapitalizationType</key>
            <string>None</string>
            <key>AutocorrectionType</key>
            <string>No</string>
            <key>KeyboardType</key>
            <string>URL</string>
            <key>Type</key>
            <string>PSTextFieldSpecifier</string>
            <key>Title</key>
            <string>Server URL</string>
            <key>Key</key>
            <string>file_transfer_server_url_preference</string>
            <key>IASKTextAlignment</key>
            <string>IASKUITextAlignmentRight</string>
        </dict>
    </array>
</dict>
</plist>