blob: 7ba719990ab21a37b2a3a61d394ec15acf5a46ba (
plain)
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>NSStatusItem VisibleCC Item-0</key>
<false/>
<key>SUAutomaticallyUpdate</key>
<false/>
<key>SUEnableAutomaticChecks</key>
<false/>
<key>SUHasLaunchedBefore</key>
<true/>
<key>SUSendProfileInfo</key>
<false/>
<key>autoSwitchToActiveDevice</key>
<false/>
<key>menuBarVisibilityMode</key>
<string>"never"</string>
<key>menuBarVisibilityModeMigrationCompleted</key>
<true/>
<key>selectedDevice</key>
<string>{"category":"mouse"}</string>
<key>showInDock</key>
<false/>
<key>showInMenuBar</key>
<false/>
</dict>
</plist>
|