]> git.saurik.com Git - apple/hfs.git/blob - hfs_util/Info.plist
hfs-145.tar.gz
[apple/hfs.git] / hfs_util / Info.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
3 <plist version="0.9">
4 <dict>
5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string>
7 <key>CFBundleIdentifier</key>
8 <string>com.apple.filesystems.hfs</string>
9 <key>CFBundleInfoDictionaryVersion</key>
10 <string>6.0</string>
11 <key>CFBundleName</key>
12 <string>hfs</string>
13 <key>CFBundlePackageType</key>
14 <string>fs </string>
15 <key>CFBundleShortVersionString</key>
16 <string>1.3</string>
17 <key>CFBundleSignature</key>
18 <string>????</string>
19 <key>CFBundleVersion</key>
20 <string>1.3</string>
21 <key>FSMediaTypes</key>
22 <dict>
23 <key>Apple_HFS</key>
24 <dict>
25 <key>FSMediaProperties</key>
26 <dict>
27 <key>Content Hint</key>
28 <string>Apple_HFS</string>
29 <key>Leaf</key>
30 <true/>
31 </dict>
32 <key>FSProbeArguments</key>
33 <string>-p</string>
34 <key>FSProbeExecutable</key>
35 <string>../../hfs.util</string>
36 <key>FSProbeOrder</key>
37 <integer>1000</integer>
38 </dict>
39 <key>Apple_HFSX</key>
40 <dict>
41 <key>FSMediaProperties</key>
42 <dict>
43 <key>Content Hint</key>
44 <string>Apple_HFSX</string>
45 <key>Leaf</key>
46 <true/>
47 </dict>
48 <key>FSProbeArguments</key>
49 <string>-p</string>
50 <key>FSProbeExecutable</key>
51 <string>../../hfs.util</string>
52 <key>FSProbeOrder</key>
53 <integer>1000</integer>
54 </dict>
55 <key>CD</key>
56 <dict>
57 <key>FSMediaProperties</key>
58 <dict>
59 <key>Content Hint</key>
60 <string>CD_ROM_Mode_1</string>
61 <key>Leaf</key>
62 <true/>
63 </dict>
64 <key>FSProbeArguments</key>
65 <string>-p</string>
66 <key>FSProbeExecutable</key>
67 <string>../../hfs.util</string>
68 <key>FSProbeOrder</key>
69 <integer>2000</integer>
70 </dict>
71 <key>Partitionless</key>
72 <dict>
73 <key>FSMediaProperties</key>
74 <dict>
75 <key>Leaf</key>
76 <true/>
77 <key>Whole</key>
78 <true/>
79 </dict>
80 <key>FSProbeArguments</key>
81 <string>-p</string>
82 <key>FSProbeExecutable</key>
83 <string>../../hfs.util</string>
84 <key>FSProbeOrder</key>
85 <integer>2000</integer>
86 </dict>
87 </dict>
88 <key>FSPersonalities</key>
89 <dict>
90 <key>HFS</key>
91 <dict>
92 <key>FSFormatArguments</key>
93 <string>-h</string>
94 <key>FSFormatContentMask</key>
95 <string>Apple_HFS</string>
96 <key>FSFormatExecutable</key>
97 <string>../../../../../../sbin/newfs_hfs</string>
98 <key>FSFormatMinimumSize</key>
99 <integer>524288</integer>
100 <key>FSFormatMaximumSize</key>
101 <integer>1073741824</integer>
102 <key>FSMountArguments</key>
103 <string></string>
104 <key>FSMountExecutable</key>
105 <string>../../../../../../sbin/mount_hfs</string>
106 <key>FSName</key>
107 <string>Mac OS Standard</string>
108 <key>FSRepairArguments</key>
109 <string>-y</string>
110 <key>FSRepairExecutable</key>
111 <string>../../../../../../sbin/fsck_hfs</string>
112 <key>FSVerificationArguments</key>
113 <string>-n</string>
114 <key>FSVerificationExecutable</key>
115 <string>../../../../../../sbin/fsck_hfs</string>
116 </dict>
117 <key>Journaled HFS+</key>
118 <dict>
119 <key>FSFormatArguments</key>
120 <string>-J</string>
121 <key>FSFormatContentMask</key>
122 <string>Apple_HFS</string>
123 <key>FSFormatExecutable</key>
124 <string>../../../../../../sbin/newfs_hfs</string>
125 <key>FSFormatMinimumSize</key>
126 <integer>4194304</integer>
127 <key>FSFormatMaximumSize</key>
128 <integer>17592186040320</integer>
129 <key>FSMountArguments</key>
130 <string></string>
131 <key>FSMountExecutable</key>
132 <string>../../../../../../sbin/mount_hfs</string>
133 <key>FSName</key>
134 <string>Mac OS Extended (Journaled)</string>
135 <key>FSRepairArguments</key>
136 <string>-y</string>
137 <key>FSRepairExecutable</key>
138 <string>../../../../../../sbin/fsck_hfs</string>
139 <key>FSVerificationArguments</key>
140 <string>-fn</string>
141 <key>FSVerificationExecutable</key>
142 <string>../../../../../../sbin/fsck_hfs</string>
143 </dict>
144 <key>Case-sensitive HFS+</key>
145 <dict>
146 <key>FSFormatArguments</key>
147 <string>-s -J</string>
148 <key>FSFormatContentMask</key>
149 <string>Apple_HFSX</string>
150 <key>FSFormatExecutable</key>
151 <string>../../../../../../sbin/newfs_hfs</string>
152 <key>FSFormatMinimumSize</key>
153 <integer>4194304</integer>
154 <key>FSFormatMaximumSize</key>
155 <integer>17592186040320</integer>
156 <key>FSMountArguments</key>
157 <string></string>
158 <key>FSMountExecutable</key>
159 <string>../../../../../../sbin/mount_hfs</string>
160 <key>FSName</key>
161 <string>Mac OS Extended (Case-sensitive/Journaled)</string>
162 <key>FSRepairArguments</key>
163 <string>-y</string>
164 <key>FSRepairExecutable</key>
165 <string>../../../../../../sbin/fsck_hfs</string>
166 <key>FSServerOnly</key>
167 <true/>
168 <key>FSVerificationArguments</key>
169 <string>-fn</string>
170 <key>FSVerificationExecutable</key>
171 <string>../../../../../../sbin/fsck_hfs</string>
172 </dict>
173 <key>HFS+</key>
174 <dict>
175 <key>FSFormatArguments</key>
176 <string></string>
177 <key>FSFormatContentMask</key>
178 <string>Apple_HFS</string>
179 <key>FSFormatExecutable</key>
180 <string>../../../../../../sbin/newfs_hfs</string>
181 <key>FSFormatMinimumSize</key>
182 <integer>524288</integer>
183 <key>FSFormatMaximumSize</key>
184 <integer>17592186040320</integer>
185 <key>FSMountArguments</key>
186 <string></string>
187 <key>FSMountExecutable</key>
188 <string>../../../../../../sbin/mount_hfs</string>
189 <key>FSName</key>
190 <string>Mac OS Extended</string>
191 <key>FSRepairArguments</key>
192 <string>-y</string>
193 <key>FSRepairExecutable</key>
194 <string>../../../../../../sbin/fsck_hfs</string>
195 <key>FSVerificationArguments</key>
196 <string>-fn</string>
197 <key>FSVerificationExecutable</key>
198 <string>../../../../../../sbin/fsck_hfs</string>
199 </dict>
200 </dict>
201 </dict>
202 </plist>