@genepad/darwin-arm64 0.6.5 → 0.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/GenePad.app/Contents/Info.plist +103 -8
- package/GenePad.app/Contents/MacOS/genepad +0 -0
- package/GenePad.app/Contents/Resources/file_assoc_ab1.icns +0 -0
- package/GenePad.app/Contents/Resources/file_assoc_dna.icns +0 -0
- package/GenePad.app/Contents/Resources/file_assoc_fasta.icns +0 -0
- package/GenePad.app/Contents/Resources/file_assoc_fastq.gz.icns +0 -0
- package/GenePad.app/Contents/Resources/file_assoc_fastq.icns +0 -0
- package/GenePad.app/Contents/Resources/file_assoc_gb.icns +0 -0
- package/GenePad.app/Contents/Resources/file_assoc_gen.icns +0 -0
- package/GenePad.app/Contents/Resources/file_assoc_gjson.icns +0 -0
- package/GenePad.app/Contents/Resources/icon.icns +0 -0
- package/package.json +1 -1
- package/GenePad.app/Contents/Resources/file_assoc.icns +0 -0
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
<key>CFBundlePackageType</key>
|
|
18
18
|
<string>APPL</string>
|
|
19
19
|
<key>CFBundleShortVersionString</key>
|
|
20
|
-
<string>0.6.
|
|
20
|
+
<string>0.6.7</string>
|
|
21
21
|
<key>CFBundleVersion</key>
|
|
22
|
-
<string>0.6.
|
|
22
|
+
<string>0.6.7</string>
|
|
23
23
|
<key>CSResourcesFileMapped</key>
|
|
24
24
|
<true/>
|
|
25
25
|
<key>LSMinimumSystemVersion</key>
|
|
@@ -134,6 +134,51 @@
|
|
|
134
134
|
<string>public.data</string>
|
|
135
135
|
</array>
|
|
136
136
|
</dict>
|
|
137
|
+
<dict>
|
|
138
|
+
<key>UTTypeIdentifier</key>
|
|
139
|
+
<string>com.genepad.desktop.fastq-gz</string>
|
|
140
|
+
<key>UTTypeTagSpecification</key>
|
|
141
|
+
<dict>
|
|
142
|
+
<key>public.filename-extension</key>
|
|
143
|
+
<array>
|
|
144
|
+
<string>fastq.gz</string>
|
|
145
|
+
<string>fq.gz</string>
|
|
146
|
+
</array>
|
|
147
|
+
<key>public.mime-type</key>
|
|
148
|
+
<array>
|
|
149
|
+
<string>application/vnd.genepad.fastq+gzip</string>
|
|
150
|
+
</array>
|
|
151
|
+
</dict>
|
|
152
|
+
<key>UTTypeDescription</key>
|
|
153
|
+
<string>gzip-compressed FASTQ sequencing reads file</string>
|
|
154
|
+
<key>UTTypeConformsTo</key>
|
|
155
|
+
<array>
|
|
156
|
+
<string>org.gnu.gnu-zip-archive</string>
|
|
157
|
+
<string>public.data</string>
|
|
158
|
+
</array>
|
|
159
|
+
</dict>
|
|
160
|
+
<dict>
|
|
161
|
+
<key>UTTypeIdentifier</key>
|
|
162
|
+
<string>com.genepad.desktop.fastq</string>
|
|
163
|
+
<key>UTTypeTagSpecification</key>
|
|
164
|
+
<dict>
|
|
165
|
+
<key>public.filename-extension</key>
|
|
166
|
+
<array>
|
|
167
|
+
<string>fastq</string>
|
|
168
|
+
<string>fq</string>
|
|
169
|
+
</array>
|
|
170
|
+
<key>public.mime-type</key>
|
|
171
|
+
<array>
|
|
172
|
+
<string>application/vnd.genepad.fastq</string>
|
|
173
|
+
</array>
|
|
174
|
+
</dict>
|
|
175
|
+
<key>UTTypeDescription</key>
|
|
176
|
+
<string>FASTQ sequencing reads file</string>
|
|
177
|
+
<key>UTTypeConformsTo</key>
|
|
178
|
+
<array>
|
|
179
|
+
<string>public.plain-text</string>
|
|
180
|
+
</array>
|
|
181
|
+
</dict>
|
|
137
182
|
<dict>
|
|
138
183
|
<key>UTTypeIdentifier</key>
|
|
139
184
|
<string>com.genepad.desktop.gen</string>
|
|
@@ -170,7 +215,7 @@
|
|
|
170
215
|
<key>LSHandlerRank</key>
|
|
171
216
|
<string>Owner</string>
|
|
172
217
|
<key>CFBundleTypeIconFile</key>
|
|
173
|
-
<string>
|
|
218
|
+
<string>file_assoc_gjson.icns</string>
|
|
174
219
|
<key>LSItemContentTypes</key>
|
|
175
220
|
<array>
|
|
176
221
|
<string>com.genepad.desktop.gjson</string>
|
|
@@ -188,7 +233,7 @@
|
|
|
188
233
|
<key>LSHandlerRank</key>
|
|
189
234
|
<string>Default</string>
|
|
190
235
|
<key>CFBundleTypeIconFile</key>
|
|
191
|
-
<string>
|
|
236
|
+
<string>file_assoc_dna.icns</string>
|
|
192
237
|
<key>LSItemContentTypes</key>
|
|
193
238
|
<array>
|
|
194
239
|
<string>com.genepad.desktop.dna</string>
|
|
@@ -208,7 +253,7 @@
|
|
|
208
253
|
<key>LSHandlerRank</key>
|
|
209
254
|
<string>Default</string>
|
|
210
255
|
<key>CFBundleTypeIconFile</key>
|
|
211
|
-
<string>
|
|
256
|
+
<string>file_assoc_gb.icns</string>
|
|
212
257
|
<key>LSItemContentTypes</key>
|
|
213
258
|
<array>
|
|
214
259
|
<string>com.genepad.desktop.genbank</string>
|
|
@@ -227,7 +272,7 @@
|
|
|
227
272
|
<key>LSHandlerRank</key>
|
|
228
273
|
<string>Default</string>
|
|
229
274
|
<key>CFBundleTypeIconFile</key>
|
|
230
|
-
<string>
|
|
275
|
+
<string>file_assoc_fasta.icns</string>
|
|
231
276
|
<key>LSItemContentTypes</key>
|
|
232
277
|
<array>
|
|
233
278
|
<string>com.genepad.desktop.fasta</string>
|
|
@@ -245,12 +290,50 @@
|
|
|
245
290
|
<key>LSHandlerRank</key>
|
|
246
291
|
<string>Default</string>
|
|
247
292
|
<key>CFBundleTypeIconFile</key>
|
|
248
|
-
<string>
|
|
293
|
+
<string>file_assoc_ab1.icns</string>
|
|
249
294
|
<key>LSItemContentTypes</key>
|
|
250
295
|
<array>
|
|
251
296
|
<string>com.genepad.desktop.ab1</string>
|
|
252
297
|
</array>
|
|
253
298
|
</dict>
|
|
299
|
+
<dict>
|
|
300
|
+
<key>CFBundleTypeExtensions</key>
|
|
301
|
+
<array>
|
|
302
|
+
<string>fastq.gz</string>
|
|
303
|
+
<string>fq.gz</string>
|
|
304
|
+
</array>
|
|
305
|
+
<key>CFBundleTypeName</key>
|
|
306
|
+
<string>FASTQ Sequencing Reads (gzip)</string>
|
|
307
|
+
<key>CFBundleTypeRole</key>
|
|
308
|
+
<string>Viewer</string>
|
|
309
|
+
<key>LSHandlerRank</key>
|
|
310
|
+
<string>Default</string>
|
|
311
|
+
<key>CFBundleTypeIconFile</key>
|
|
312
|
+
<string>file_assoc_fastq.gz.icns</string>
|
|
313
|
+
<key>LSItemContentTypes</key>
|
|
314
|
+
<array>
|
|
315
|
+
<string>com.genepad.desktop.fastq-gz</string>
|
|
316
|
+
</array>
|
|
317
|
+
</dict>
|
|
318
|
+
<dict>
|
|
319
|
+
<key>CFBundleTypeExtensions</key>
|
|
320
|
+
<array>
|
|
321
|
+
<string>fastq</string>
|
|
322
|
+
<string>fq</string>
|
|
323
|
+
</array>
|
|
324
|
+
<key>CFBundleTypeName</key>
|
|
325
|
+
<string>FASTQ Sequencing Reads</string>
|
|
326
|
+
<key>CFBundleTypeRole</key>
|
|
327
|
+
<string>Viewer</string>
|
|
328
|
+
<key>LSHandlerRank</key>
|
|
329
|
+
<string>Default</string>
|
|
330
|
+
<key>CFBundleTypeIconFile</key>
|
|
331
|
+
<string>file_assoc_fastq.icns</string>
|
|
332
|
+
<key>LSItemContentTypes</key>
|
|
333
|
+
<array>
|
|
334
|
+
<string>com.genepad.desktop.fastq</string>
|
|
335
|
+
</array>
|
|
336
|
+
</dict>
|
|
254
337
|
<dict>
|
|
255
338
|
<key>CFBundleTypeExtensions</key>
|
|
256
339
|
<array>
|
|
@@ -263,12 +346,24 @@
|
|
|
263
346
|
<key>LSHandlerRank</key>
|
|
264
347
|
<string>Owner</string>
|
|
265
348
|
<key>CFBundleTypeIconFile</key>
|
|
266
|
-
<string>
|
|
349
|
+
<string>file_assoc_gen.icns</string>
|
|
267
350
|
<key>LSItemContentTypes</key>
|
|
268
351
|
<array>
|
|
269
352
|
<string>com.genepad.desktop.gen</string>
|
|
270
353
|
</array>
|
|
271
354
|
</dict>
|
|
355
|
+
<dict>
|
|
356
|
+
<key>CFBundleTypeName</key>
|
|
357
|
+
<string>Any File</string>
|
|
358
|
+
<key>CFBundleTypeRole</key>
|
|
359
|
+
<string>Viewer</string>
|
|
360
|
+
<key>LSHandlerRank</key>
|
|
361
|
+
<string>None</string>
|
|
362
|
+
<key>LSItemContentTypes</key>
|
|
363
|
+
<array>
|
|
364
|
+
<string>public.data</string>
|
|
365
|
+
</array>
|
|
366
|
+
</dict>
|
|
272
367
|
</array>
|
|
273
368
|
<key>CFBundleIconFile</key>
|
|
274
369
|
<string>icon.icns</string>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|