|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
|
3 <plist version="1.0"> |
|
4 <dict> |
|
5 <key>CFBundleDevelopmentRegion</key> |
|
6 <string>English</string> |
|
7 <key>CFBundleDocumentTypes</key> |
|
8 <array> |
|
9 <dict> |
|
10 <key>CFBundleTypeExtensions</key> |
|
11 <array> |
|
12 <string>html</string> |
|
13 <string>htm</string> |
|
14 <string>shtml</string> |
|
15 <string>xht</string> |
|
16 <string>xhtml</string> |
|
17 </array> |
|
18 <key>CFBundleTypeIconFile</key> |
|
19 <string>document.icns</string> |
|
20 <key>CFBundleTypeName</key> |
|
21 <string>HTML Document</string> |
|
22 <key>CFBundleTypeOSTypes</key> |
|
23 <array> |
|
24 <string>HTML</string> |
|
25 </array> |
|
26 <key>CFBundleTypeRole</key> |
|
27 <string>Viewer</string> |
|
28 </dict> |
|
29 <dict> |
|
30 <key>CFBundleTypeExtensions</key> |
|
31 <array> |
|
32 <string>svg</string> |
|
33 </array> |
|
34 <key>CFBundleTypeIconFile</key> |
|
35 <string>document.icns</string> |
|
36 <key>CFBundleTypeMIMETypes</key> |
|
37 <array> |
|
38 <string>image/svg+xml</string> |
|
39 </array> |
|
40 <key>CFBundleTypeName</key> |
|
41 <string>SVG document</string> |
|
42 <key>CFBundleTypeOSTypes</key> |
|
43 <array> |
|
44 <string>TEXT</string> |
|
45 </array> |
|
46 <key>CFBundleTypeRole</key> |
|
47 <string>Viewer</string> |
|
48 <key>NSDocumentClass</key> |
|
49 <string>BrowserDocument</string> |
|
50 </dict> |
|
51 <dict> |
|
52 <key>CFBundleTypeExtensions</key> |
|
53 <array> |
|
54 <string>text</string> |
|
55 <string>txt</string> |
|
56 <string>js</string> |
|
57 <string>log</string> |
|
58 <string>css</string> |
|
59 <string>xul</string> |
|
60 <string>rdf</string> |
|
61 </array> |
|
62 <key>CFBundleTypeIconFile</key> |
|
63 <string>document.icns</string> |
|
64 <key>CFBundleTypeName</key> |
|
65 <string>Text Document</string> |
|
66 <key>CFBundleTypeOSTypes</key> |
|
67 <array> |
|
68 <string>TEXT</string> |
|
69 <string>utxt</string> |
|
70 </array> |
|
71 <key>CFBundleTypeRole</key> |
|
72 <string>Viewer</string> |
|
73 </dict> |
|
74 <dict> |
|
75 <key>CFBundleTypeExtensions</key> |
|
76 <array> |
|
77 <string>jpeg</string> |
|
78 <string>jpg</string> |
|
79 <string>png</string> |
|
80 <string>gif</string> |
|
81 </array> |
|
82 <key>CFBundleTypeIconFile</key> |
|
83 <string>fileBookmark.icns</string> |
|
84 <key>CFBundleTypeName</key> |
|
85 <string>document.icns</string> |
|
86 <key>CFBundleTypeOSTypes</key> |
|
87 <array> |
|
88 <string>GIFf</string> |
|
89 <string>JPEG</string> |
|
90 <string>PNGf</string> |
|
91 </array> |
|
92 <key>CFBundleTypeRole</key> |
|
93 <string>Viewer</string> |
|
94 </dict> |
|
95 <dict> |
|
96 <key>CFBundleTypeExtensions</key> |
|
97 <array> |
|
98 <string>oga</string> |
|
99 <string>ogg</string> |
|
100 </array> |
|
101 <key>CFBundleTypeIconFile</key> |
|
102 <string>document.icns</string> |
|
103 <key>CFBundleTypeMIMETypes</key> |
|
104 <array> |
|
105 <string>audio/ogg</string> |
|
106 </array> |
|
107 <key>CFBundleTypeName</key> |
|
108 <string>HTML5 Audio (Ogg)</string> |
|
109 <key>CFBundleTypeRole</key> |
|
110 <string>Viewer</string> |
|
111 </dict> |
|
112 <dict> |
|
113 <key>CFBundleTypeExtensions</key> |
|
114 <array> |
|
115 <string>ogv</string> |
|
116 </array> |
|
117 <key>CFBundleTypeIconFile</key> |
|
118 <string>document.icns</string> |
|
119 <key>CFBundleTypeMIMETypes</key> |
|
120 <array> |
|
121 <string>video/ogg</string> |
|
122 </array> |
|
123 <key>CFBundleTypeName</key> |
|
124 <string>HTML5 Video (Ogg)</string> |
|
125 <key>CFBundleTypeRole</key> |
|
126 <string>Viewer</string> |
|
127 </dict> |
|
128 <dict> |
|
129 <key>CFBundleTypeExtensions</key> |
|
130 <array> |
|
131 <string>webm</string> |
|
132 </array> |
|
133 <key>CFBundleTypeIconFile</key> |
|
134 <string>document.icns</string> |
|
135 <key>CFBundleTypeMIMETypes</key> |
|
136 <array> |
|
137 <string>video/webm</string> |
|
138 </array> |
|
139 <key>CFBundleTypeName</key> |
|
140 <string>HTML5 Video (WebM)</string> |
|
141 <key>CFBundleTypeRole</key> |
|
142 <string>Viewer</string> |
|
143 </dict> |
|
144 </array> |
|
145 <key>CFBundleExecutable</key> |
|
146 <string>firefox</string> |
|
147 <key>CFBundleGetInfoString</key> |
|
148 <string>%MAC_APP_NAME% %APP_VERSION%</string> |
|
149 <key>CFBundleIconFile</key> |
|
150 <string>firefox</string> |
|
151 <key>CFBundleIdentifier</key> |
|
152 <string>%MOZ_MACBUNDLE_ID%</string> |
|
153 <key>CFBundleInfoDictionaryVersion</key> |
|
154 <string>6.0</string> |
|
155 <key>CFBundleName</key> |
|
156 <string>%MAC_APP_NAME%</string> |
|
157 <key>CFBundlePackageType</key> |
|
158 <string>APPL</string> |
|
159 <key>CFBundleShortVersionString</key> |
|
160 <string>%APP_VERSION%</string> |
|
161 <key>CFBundleSignature</key> |
|
162 <string>MOZB</string> |
|
163 <key>CFBundleURLTypes</key> |
|
164 <array> |
|
165 <dict> |
|
166 <key>CFBundleURLIconFile</key> |
|
167 <string>document.icns</string> |
|
168 <key>CFBundleURLName</key> |
|
169 <string>http URL</string> |
|
170 <key>CFBundleURLSchemes</key> |
|
171 <array> |
|
172 <string>http</string> |
|
173 </array> |
|
174 </dict> |
|
175 <dict> |
|
176 <key>CFBundleURLIconFile</key> |
|
177 <string>document.icns</string> |
|
178 <key>CFBundleURLName</key> |
|
179 <string>https URL</string> |
|
180 <key>CFBundleURLSchemes</key> |
|
181 <array> |
|
182 <string>https</string> |
|
183 </array> |
|
184 </dict> |
|
185 <dict> |
|
186 <key>CFBundleURLName</key> |
|
187 <string>ftp URL</string> |
|
188 <key>CFBundleURLSchemes</key> |
|
189 <array> |
|
190 <string>ftp</string> |
|
191 </array> |
|
192 </dict> |
|
193 <dict> |
|
194 <key>CFBundleURLName</key> |
|
195 <string>file URL</string> |
|
196 <key>CFBundleURLSchemes</key> |
|
197 <array> |
|
198 <string>file</string> |
|
199 </array> |
|
200 </dict> |
|
201 </array> |
|
202 <key>CFBundleVersion</key> |
|
203 <string>%MAC_BUNDLE_VERSION%</string> |
|
204 <key>NSAppleScriptEnabled</key> |
|
205 <true/> |
|
206 <key>LSApplicationCategoryType</key> |
|
207 <string>public.app-category.productivity</string> |
|
208 <key>LSMinimumSystemVersion</key> |
|
209 <string>10.6</string> |
|
210 <key>LSMinimumSystemVersionByArchitecture</key> |
|
211 <dict> |
|
212 <key>i386</key> |
|
213 <string>10.6.0</string> |
|
214 <key>x86_64</key> |
|
215 <string>10.6.0</string> |
|
216 </dict> |
|
217 <key>NSSupportsAutomaticGraphicsSwitching</key> |
|
218 <true/> |
|
219 <key>NSPrincipalClass</key> |
|
220 <string>GeckoNSApplication</string> |
|
221 <key>NSDisablePersistence</key> |
|
222 <true/> |
|
223 </dict> |
|
224 </plist> |