aboutsummaryrefslogtreecommitdiffstats
path: root/platform/safari/Settings.plist
blob: 6c80bbb437572d13ee9308750120b0ff9c6cdc46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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">
<array>
    <dict>
        <key>DefaultValue</key>
        <false/>
        <key>FalseValue</key>
        <false/>
        <key>Key</key>
        <string>open_prefs</string>
        <key>Secure</key>
        <false/>
        <key>Title</key>
        <string>Click to see the Preferences</string>
        <key>TrueValue</key>
        <true/>
        <key>Type</key>
        <string>CheckBox</string>
    </dict>
</array>
</plist>