-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInfoPlist.strings
46 lines (46 loc) · 1.88 KB
/
InfoPlist.strings
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
<?xml version="1.0" encoding="UTF-16"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>CFBundleName</key>
<string>smbfs</string>
<key>FSPersonalities</key>
<dict>
<key>SMB_FS_FAT</key>
<dict>
<key>FSName</key>
<string>SMB (FAT)</string>
</dict>
<key>SMB_FS_CDFS</key>
<dict>
<key>FSName</key>
<string>SMB (CDFS)</string>
</dict>
<key>SMB_FS_UDF</key>
<dict>
<key>FSName</key>
<string>SMB (UDF)</string>
</dict>
<key>SMB_FS_NTFS_UNKNOWN</key>
<dict>
<key>FSName</key>
<string>SMB (Unknown)</string>
</dict>
<key>SMB_FS_NTFS</key>
<dict>
<key>FSName</key>
<string>SMB (NTFS)</string>
</dict>
<key>SMB_FS_NTFS_UNIX</key>
<dict>
<key>FSName</key>
<string>SMB (Other)</string>
</dict>
<key>SMB_FS_MAC_OS_X</key>
<dict>
<key>FSName</key>
<string>SMB (OS X)</string>
</dict>
</dict>
</dict>
</plist>