linphone-iphone/Settings/InAppSettings.bundle/Chat.plist
2019-10-15 14:23:14 +02:00

67 lines
1.7 KiB
Text

<?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>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>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>