Skip to content

Commit 90a586e

Browse files
committed
Further changes removing linux support and streamlining macOS integration.
1 parent d49b046 commit 90a586e

File tree

5 files changed

+404
-65
lines changed

5 files changed

+404
-65
lines changed
File renamed without changes.

nw/mac64/0.44.4/Contents/Info.plist

+379
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,379 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>BuildMachineOSBuild</key>
6+
<string>17G3025</string>
7+
<key>CFBundleDevelopmentRegion</key>
8+
<string>en</string>
9+
<key>CFBundleDisplayName</key>
10+
<string>{{CFBundleDisplayName}}</string>
11+
<key>CFBundleDocumentTypes</key>
12+
<array>
13+
<dict>
14+
<key>CFBundleTypeExtensions</key>
15+
<array>
16+
<string>gif</string>
17+
</array>
18+
<key>CFBundleTypeIconFile</key>
19+
<string>document.icns</string>
20+
<key>CFBundleTypeMIMETypes</key>
21+
<array>
22+
<string>image/gif</string>
23+
</array>
24+
<key>CFBundleTypeName</key>
25+
<string>GIF image</string>
26+
<key>CFBundleTypeOSTypes</key>
27+
<array>
28+
<string>GIFf</string>
29+
</array>
30+
<key>CFBundleTypeRole</key>
31+
<string>Viewer</string>
32+
</dict>
33+
<dict>
34+
<key>CFBundleTypeExtensions</key>
35+
<array>
36+
<string>html</string>
37+
<string>htm</string>
38+
</array>
39+
<key>CFBundleTypeIconFile</key>
40+
<string>document.icns</string>
41+
<key>CFBundleTypeMIMETypes</key>
42+
<array>
43+
<string>text/html</string>
44+
</array>
45+
<key>CFBundleTypeName</key>
46+
<string>HTML document</string>
47+
<key>CFBundleTypeOSTypes</key>
48+
<array>
49+
<string>HTML</string>
50+
</array>
51+
<key>CFBundleTypeRole</key>
52+
<string>Viewer</string>
53+
</dict>
54+
<dict>
55+
<key>CFBundleTypeExtensions</key>
56+
<array>
57+
<string>xhtml</string>
58+
</array>
59+
<key>CFBundleTypeIconFile</key>
60+
<string>document.icns</string>
61+
<key>CFBundleTypeMIMETypes</key>
62+
<array>
63+
<string>text/xhtml</string>
64+
</array>
65+
<key>CFBundleTypeName</key>
66+
<string>XHTML document</string>
67+
<key>CFBundleTypeRole</key>
68+
<string>Viewer</string>
69+
</dict>
70+
<dict>
71+
<key>CFBundleTypeExtensions</key>
72+
<array>
73+
<string>js</string>
74+
</array>
75+
<key>CFBundleTypeIconFile</key>
76+
<string>document.icns</string>
77+
<key>CFBundleTypeMIMETypes</key>
78+
<array>
79+
<string>application/x-javascript</string>
80+
</array>
81+
<key>CFBundleTypeName</key>
82+
<string>JavaScript script</string>
83+
<key>CFBundleTypeRole</key>
84+
<string>Viewer</string>
85+
</dict>
86+
<dict>
87+
<key>CFBundleTypeExtensions</key>
88+
<array>
89+
<string>jpg</string>
90+
<string>jpeg</string>
91+
</array>
92+
<key>CFBundleTypeIconFile</key>
93+
<string>document.icns</string>
94+
<key>CFBundleTypeMIMETypes</key>
95+
<array>
96+
<string>image/jpeg</string>
97+
</array>
98+
<key>CFBundleTypeName</key>
99+
<string>JPEG image</string>
100+
<key>CFBundleTypeOSTypes</key>
101+
<array>
102+
<string>JPEG</string>
103+
</array>
104+
<key>CFBundleTypeRole</key>
105+
<string>Viewer</string>
106+
</dict>
107+
<dict>
108+
<key>CFBundleTypeExtensions</key>
109+
<array>
110+
<string>mhtml</string>
111+
<string>mht</string>
112+
</array>
113+
<key>CFBundleTypeIconFile</key>
114+
<string>document.icns</string>
115+
<key>CFBundleTypeMIMETypes</key>
116+
<array>
117+
<string>multipart/related</string>
118+
<string>application/x-mimearchive</string>
119+
<string>message/rfc822</string>
120+
</array>
121+
<key>CFBundleTypeName</key>
122+
<string>MHTML document</string>
123+
<key>CFBundleTypeRole</key>
124+
<string>Viewer</string>
125+
</dict>
126+
<dict>
127+
<key>CFBundleTypeExtensions</key>
128+
<array>
129+
<string>oga</string>
130+
<string>ogg</string>
131+
</array>
132+
<key>CFBundleTypeIconFile</key>
133+
<string>document.icns</string>
134+
<key>CFBundleTypeMIMETypes</key>
135+
<array>
136+
<string>audio/ogg</string>
137+
</array>
138+
<key>CFBundleTypeName</key>
139+
<string>HTML5 Audio (Ogg)</string>
140+
<key>CFBundleTypeRole</key>
141+
<string>Viewer</string>
142+
</dict>
143+
<dict>
144+
<key>CFBundleTypeExtensions</key>
145+
<array>
146+
<string>ogv</string>
147+
</array>
148+
<key>CFBundleTypeIconFile</key>
149+
<string>document.icns</string>
150+
<key>CFBundleTypeMIMETypes</key>
151+
<array>
152+
<string>video/ogg</string>
153+
</array>
154+
<key>CFBundleTypeName</key>
155+
<string>HTML5 Video (Ogg)</string>
156+
<key>CFBundleTypeRole</key>
157+
<string>Viewer</string>
158+
</dict>
159+
<dict>
160+
<key>CFBundleTypeExtensions</key>
161+
<array>
162+
<string>png</string>
163+
</array>
164+
<key>CFBundleTypeIconFile</key>
165+
<string>document.icns</string>
166+
<key>CFBundleTypeMIMETypes</key>
167+
<array>
168+
<string>image/png</string>
169+
</array>
170+
<key>CFBundleTypeName</key>
171+
<string>PNG image</string>
172+
<key>CFBundleTypeOSTypes</key>
173+
<array>
174+
<string>PNGf</string>
175+
</array>
176+
<key>CFBundleTypeRole</key>
177+
<string>Viewer</string>
178+
</dict>
179+
<dict>
180+
<key>CFBundleTypeExtensions</key>
181+
<array>
182+
<string>svg</string>
183+
</array>
184+
<key>CFBundleTypeIconFile</key>
185+
<string>document.icns</string>
186+
<key>CFBundleTypeMIMETypes</key>
187+
<array>
188+
<string>image/svg+xml</string>
189+
</array>
190+
<key>CFBundleTypeName</key>
191+
<string>SVG document</string>
192+
<key>CFBundleTypeRole</key>
193+
<string>Viewer</string>
194+
</dict>
195+
<dict>
196+
<key>CFBundleTypeExtensions</key>
197+
<array>
198+
<string>txt</string>
199+
<string>text</string>
200+
</array>
201+
<key>CFBundleTypeIconFile</key>
202+
<string>document.icns</string>
203+
<key>CFBundleTypeMIMETypes</key>
204+
<array>
205+
<string>text/plain</string>
206+
</array>
207+
<key>CFBundleTypeName</key>
208+
<string>Plain text document</string>
209+
<key>CFBundleTypeOSTypes</key>
210+
<array>
211+
<string>TEXT</string>
212+
</array>
213+
<key>CFBundleTypeRole</key>
214+
<string>Viewer</string>
215+
</dict>
216+
<dict>
217+
<key>CFBundleTypeExtensions</key>
218+
<array>
219+
<string>webm</string>
220+
</array>
221+
<key>CFBundleTypeIconFile</key>
222+
<string>document.icns</string>
223+
<key>CFBundleTypeMIMETypes</key>
224+
<array>
225+
<string>video/webm</string>
226+
</array>
227+
<key>CFBundleTypeName</key>
228+
<string>HTML5 Video (WebM)</string>
229+
<key>CFBundleTypeRole</key>
230+
<string>Viewer</string>
231+
</dict>
232+
<dict>
233+
<key>CFBundleTypeExtensions</key>
234+
<array>
235+
<string>webp</string>
236+
</array>
237+
<key>CFBundleTypeIconFile</key>
238+
<string>document.icns</string>
239+
<key>CFBundleTypeMIMETypes</key>
240+
<array>
241+
<string>image/webp</string>
242+
</array>
243+
<key>CFBundleTypeName</key>
244+
<string>WebP image</string>
245+
<key>CFBundleTypeRole</key>
246+
<string>Viewer</string>
247+
</dict>
248+
<dict>
249+
<key>CFBundleTypeRole</key>
250+
<string>Viewer</string>
251+
<key>LSItemContentTypes</key>
252+
<array>
253+
<string>org.chromium.extension</string>
254+
</array>
255+
</dict>
256+
<dict>
257+
<key>CFBundleTypeExtensions</key>
258+
<array>
259+
<string>pdf</string>
260+
</array>
261+
<key>CFBundleTypeIconFile</key>
262+
<string>document.icns</string>
263+
<key>CFBundleTypeMIMETypes</key>
264+
<array>
265+
<string>application/pdf</string>
266+
</array>
267+
<key>CFBundleTypeName</key>
268+
<string>PDF Document</string>
269+
<key>CFBundleTypeRole</key>
270+
<string>Viewer</string>
271+
</dict>
272+
</array>
273+
<key>CFBundleExecutable</key>
274+
<string>nwjs</string>
275+
<key>CFBundleIconFile</key>
276+
<string>app.icns</string>
277+
<key>CFBundleIdentifier</key>
278+
<string>io.nwjs.nwjs</string>
279+
<key>CFBundleInfoDictionaryVersion</key>
280+
<string>6.0</string>
281+
<key>CFBundleName</key>
282+
<string>{{CFBundleName}}</string>
283+
<key>CFBundlePackageType</key>
284+
<string>APPL</string>
285+
<key>CFBundleShortVersionString</key>
286+
<string>80.0.3987.132</string>
287+
<key>CFBundleSignature</key>
288+
<string>NWJS</string>
289+
<key>CFBundleURLTypes</key>
290+
<array>
291+
<dict>
292+
<key>CFBundleURLName</key>
293+
<string>Web site URL</string>
294+
<key>CFBundleURLSchemes</key>
295+
<array>
296+
<string>http</string>
297+
<string>https</string>
298+
</array>
299+
</dict>
300+
<dict>
301+
<key>CFBundleURLName</key>
302+
<string>FTP site URL</string>
303+
<key>CFBundleURLSchemes</key>
304+
<array>
305+
<string>ftp</string>
306+
</array>
307+
</dict>
308+
<dict>
309+
<key>CFBundleURLName</key>
310+
<string>Local file URL</string>
311+
<key>CFBundleURLSchemes</key>
312+
<array>
313+
<string>file</string>
314+
</array>
315+
</dict>
316+
</array>
317+
<key>CFBundleVersion</key>
318+
<string>3987.132</string>
319+
<key>DTCompiler</key>
320+
<string>com.apple.compilers.llvm.clang.1_0</string>
321+
<key>DTSDKBuild</key>
322+
<string>10.14</string>
323+
<key>DTSDKName</key>
324+
<string>macosx10.14</string>
325+
<key>DTXcode</key>
326+
<string>1000</string>
327+
<key>DTXcodeBuild</key>
328+
<string>10A255</string>
329+
<key>LSEnvironment</key>
330+
<dict>
331+
<key>MallocNanoZone</key>
332+
<string>0</string>
333+
</dict>
334+
<key>LSFileQuarantineEnabled</key>
335+
<true/>
336+
<key>LSHasLocalizedDisplayName</key>
337+
<string>1</string>
338+
<key>LSMinimumSystemVersion</key>
339+
<string>10.10.0</string>
340+
<key>NSAppleScriptEnabled</key>
341+
<true/>
342+
<key>NSPrincipalClass</key>
343+
<string>BrowserCrApplication</string>
344+
<key>NSRequiresAquaSystemAppearance</key>
345+
<false/>
346+
<key>NSSupportsAutomaticGraphicsSwitching</key>
347+
<true/>
348+
<key>NSUserActivityTypes</key>
349+
<array>
350+
<string>NSUserActivityTypeBrowsingWeb</string>
351+
</array>
352+
<key>NSUserNotificationAlertStyle</key>
353+
<string>banner</string>
354+
<key>OSAScriptingDefinition</key>
355+
<string>scripting.sdef</string>
356+
<key>SCMRevision</key>
357+
<string>ac9418ba9c3bd7f6baaffa0b055dfe147e0f8364-refs/branch-heads/3538@{#468}</string>
358+
<key>UTExportedTypeDeclarations</key>
359+
<array>
360+
<dict>
361+
<key>UTTypeConformsTo</key>
362+
<array>
363+
<string>public.data</string>
364+
</array>
365+
<key>UTTypeDescription</key>
366+
<string>NWJS Extra</string>
367+
<key>UTTypeIdentifier</key>
368+
<string>org.chromium.extension</string>
369+
<key>UTTypeTagSpecification</key>
370+
<dict>
371+
<key>public.filename-extension</key>
372+
<array>
373+
<string>crx</string>
374+
</array>
375+
</dict>
376+
</dict>
377+
</array>
378+
</dict>
379+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
NSLocationUsageDescription = "Once Chromium has access, websites will be able to ask you for access.";
2+
NSCameraUsageDescription = "Once Chromium has access, websites will be able to ask you for access.";
3+
CFBundleName = "{{CFBundleName}}";
4+
CFBundleDisplayName = "{{CFBundleDisplayName}}";
5+
CFBundleGetInfoString = "nwjs 80.0.3987.132, Copyright 2020 The Chromium Authors, NW.js contributors, Node.js. All rights reserved.";
6+
NSHumanReadableCopyright = "Copyright 2020 The Chromium Authors, NW.js contributors, Node.js. All rights reserved.";
7+
NSBluetoothPeripheralUsageDescription = "Once Chromium has access, websites will be able to ask you for access.";
8+
NSMicrophoneUsageDescription = "Once Chromium has access, websites will be able to ask you for access.";

0 commit comments

Comments
 (0)