forked from d235j/GVFixer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathicons.plist
79 lines (79 loc) · 1.91 KB
/
icons.plist
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
<?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>
<!-- ===== Directory ===== -->
<key>tAps</key>
<array>
<string>/Applications</string>
<string>~/Applications</string>
</array>
<key>tDsk</key>
<array>
<string>~/Desktop</string>
</array>
<key>tDoc</key>
<array>
<string>~/Documents</string>
</array>
<key>tDwn</key>
<array>
<string>~/Downloads</string>
</array>
<key>tLib</key>
<array>
<string>/Library</string>
<string>~/Library</string>
</array>
<key>tMov</key>
<array>
<string>~/Movies</string>
</array>
<key>tMus</key>
<array>
<string>~/Music</string>
</array>
<key>tPic</key>
<array>
<string>~/Pictures</string>
</array>
<key>tPub</key>
<array>
<string>~/Public</string>
</array>
<key>tSts</key>
<array>
<string>~/Sites</string>
</array>
<key>tUtl</key>
<array>
<string>/Applications/Utilities</string>
</array>
<!-- ===== Other ===== -->
<key>/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/iDiskGenericIcon.icns</key>
<array>
<string>iDisk</string>
</array>
<key>/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/AirDrop.icns</key>
<array>
<string>nwnode://domain-AirDrop</string>
</array>
<key>/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/CDAudioVolumeIcon.icns</key>
<array>
<string>nwnode://domain-Remote%20Disc</string>
</array>
<!-- ===== Media ===== -->
<key>/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/ToolbarMusicFolderIcon.icns</key>
<array>
<string>NSMediaBrowserMediaTypeAudioTemplate32</string>
</array>
<key>NSMediaBrowserMediaTypePhotos</key>
<array>
<string>NSMediaBrowserMediaTypePhotosTemplate32</string>
</array>
<key>NSMediaBrowserMediaTypeMovies</key>
<array>
<string>NSMediaBrowserMediaTypeMoviesTemplate32</string>
</array>
</dict>
</plist>