@genepad/darwin-arm64 0.6.2

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.
@@ -0,0 +1,256 @@
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>CFBundleDevelopmentRegion</key>
6
+ <string>English</string>
7
+ <key>CFBundleDisplayName</key>
8
+ <string>GenePad</string>
9
+ <key>CFBundleExecutable</key>
10
+ <string>genepad</string>
11
+ <key>CFBundleIdentifier</key>
12
+ <string>com.genepad.desktop</string>
13
+ <key>CFBundleInfoDictionaryVersion</key>
14
+ <string>6.0</string>
15
+ <key>CFBundleName</key>
16
+ <string>GenePad</string>
17
+ <key>CFBundlePackageType</key>
18
+ <string>APPL</string>
19
+ <key>CFBundleShortVersionString</key>
20
+ <string>0.6.2</string>
21
+ <key>CFBundleVersion</key>
22
+ <string>0.6.2</string>
23
+ <key>CSResourcesFileMapped</key>
24
+ <true/>
25
+ <key>LSMinimumSystemVersion</key>
26
+ <string>10.13</string>
27
+ <key>UTExportedTypeDeclarations</key>
28
+ <array>
29
+ <dict>
30
+ <key>UTTypeIdentifier</key>
31
+ <string>com.genepad.desktop.gjson</string>
32
+ <key>UTTypeDescription</key>
33
+ <string>GenePad JSON sequence file</string>
34
+ <key>UTTypeConformsTo</key>
35
+ <array>
36
+ <string>public.json</string>
37
+ </array>
38
+ <key>UTTypeTagSpecification</key>
39
+ <dict>
40
+ <key>public.filename-extension</key>
41
+ <array>
42
+ <string>gjson</string>
43
+ </array>
44
+ <key>public.mime-type</key>
45
+ <string>application/vnd.genepad.sequence+json</string>
46
+ </dict>
47
+ </dict>
48
+ <dict>
49
+ <key>UTTypeIdentifier</key>
50
+ <string>com.genepad.desktop.dna</string>
51
+ <key>UTTypeDescription</key>
52
+ <string>SnapGene DNA sequence file</string>
53
+ <key>UTTypeConformsTo</key>
54
+ <array>
55
+ <string>public.data</string>
56
+ </array>
57
+ <key>UTTypeTagSpecification</key>
58
+ <dict>
59
+ <key>public.filename-extension</key>
60
+ <array>
61
+ <string>dna</string>
62
+ </array>
63
+ <key>public.mime-type</key>
64
+ <string>application/vnd.snapgene.dna</string>
65
+ </dict>
66
+ </dict>
67
+ <dict>
68
+ <key>UTTypeIdentifier</key>
69
+ <string>com.genepad.desktop.genbank</string>
70
+ <key>UTTypeDescription</key>
71
+ <string>GenBank sequence file</string>
72
+ <key>UTTypeConformsTo</key>
73
+ <array>
74
+ <string>public.plain-text</string>
75
+ </array>
76
+ <key>UTTypeTagSpecification</key>
77
+ <dict>
78
+ <key>public.filename-extension</key>
79
+ <array>
80
+ <string>gb</string>
81
+ <string>gbk</string>
82
+ <string>genbank</string>
83
+ </array>
84
+ <key>public.mime-type</key>
85
+ <string>chemical/x-genbank</string>
86
+ </dict>
87
+ </dict>
88
+ <dict>
89
+ <key>UTTypeIdentifier</key>
90
+ <string>com.genepad.desktop.fasta</string>
91
+ <key>UTTypeDescription</key>
92
+ <string>FASTA sequence file</string>
93
+ <key>UTTypeConformsTo</key>
94
+ <array>
95
+ <string>public.plain-text</string>
96
+ </array>
97
+ <key>UTTypeTagSpecification</key>
98
+ <dict>
99
+ <key>public.filename-extension</key>
100
+ <array>
101
+ <string>fasta</string>
102
+ <string>fa</string>
103
+ </array>
104
+ <key>public.mime-type</key>
105
+ <string>chemical/x-fasta</string>
106
+ </dict>
107
+ </dict>
108
+ <dict>
109
+ <key>UTTypeIdentifier</key>
110
+ <string>com.genepad.desktop.ab1</string>
111
+ <key>UTTypeDescription</key>
112
+ <string>AB1 sequencing trace file</string>
113
+ <key>UTTypeConformsTo</key>
114
+ <array>
115
+ <string>public.data</string>
116
+ </array>
117
+ <key>UTTypeTagSpecification</key>
118
+ <dict>
119
+ <key>public.filename-extension</key>
120
+ <array>
121
+ <string>ab1</string>
122
+ </array>
123
+ <key>public.mime-type</key>
124
+ <string>application/vnd.appliedbiosystems.abif</string>
125
+ </dict>
126
+ </dict>
127
+ <dict>
128
+ <key>UTTypeIdentifier</key>
129
+ <string>com.genepad.desktop.gen</string>
130
+ <key>UTTypeDescription</key>
131
+ <string>GenePad database file</string>
132
+ <key>UTTypeConformsTo</key>
133
+ <array>
134
+ <string>public.database</string>
135
+ </array>
136
+ <key>UTTypeTagSpecification</key>
137
+ <dict>
138
+ <key>public.filename-extension</key>
139
+ <array>
140
+ <string>gen</string>
141
+ </array>
142
+ <key>public.mime-type</key>
143
+ <string>application/vnd.genepad.database</string>
144
+ </dict>
145
+ </dict>
146
+ </array>
147
+ <key>CFBundleDocumentTypes</key>
148
+ <array>
149
+ <dict>
150
+ <key>CFBundleTypeExtensions</key>
151
+ <array>
152
+ <string>gjson</string>
153
+ </array>
154
+ <key>LSItemContentTypes</key>
155
+ <array>
156
+ <string>com.genepad.desktop.gjson</string>
157
+ </array>
158
+ <key>CFBundleTypeName</key>
159
+ <string>GenePad JSON Sequence</string>
160
+ <key>CFBundleTypeRole</key>
161
+ <string>Editor</string>
162
+ <key>LSHandlerRank</key>
163
+ <string>Owner</string>
164
+ </dict>
165
+ <dict>
166
+ <key>CFBundleTypeExtensions</key>
167
+ <array>
168
+ <string>dna</string>
169
+ </array>
170
+ <key>LSItemContentTypes</key>
171
+ <array>
172
+ <string>com.genepad.desktop.dna</string>
173
+ </array>
174
+ <key>CFBundleTypeName</key>
175
+ <string>SnapGene DNA Sequence</string>
176
+ <key>CFBundleTypeRole</key>
177
+ <string>Editor</string>
178
+ <key>LSHandlerRank</key>
179
+ <string>Default</string>
180
+ </dict>
181
+ <dict>
182
+ <key>CFBundleTypeExtensions</key>
183
+ <array>
184
+ <string>gb</string>
185
+ <string>gbk</string>
186
+ <string>genbank</string>
187
+ </array>
188
+ <key>LSItemContentTypes</key>
189
+ <array>
190
+ <string>com.genepad.desktop.genbank</string>
191
+ </array>
192
+ <key>CFBundleTypeName</key>
193
+ <string>GenBank Sequence</string>
194
+ <key>CFBundleTypeRole</key>
195
+ <string>Editor</string>
196
+ <key>LSHandlerRank</key>
197
+ <string>Default</string>
198
+ </dict>
199
+ <dict>
200
+ <key>CFBundleTypeExtensions</key>
201
+ <array>
202
+ <string>fasta</string>
203
+ <string>fa</string>
204
+ </array>
205
+ <key>LSItemContentTypes</key>
206
+ <array>
207
+ <string>com.genepad.desktop.fasta</string>
208
+ </array>
209
+ <key>CFBundleTypeName</key>
210
+ <string>FASTA Sequence</string>
211
+ <key>CFBundleTypeRole</key>
212
+ <string>Editor</string>
213
+ <key>LSHandlerRank</key>
214
+ <string>Default</string>
215
+ </dict>
216
+ <dict>
217
+ <key>CFBundleTypeExtensions</key>
218
+ <array>
219
+ <string>ab1</string>
220
+ </array>
221
+ <key>LSItemContentTypes</key>
222
+ <array>
223
+ <string>com.genepad.desktop.ab1</string>
224
+ </array>
225
+ <key>CFBundleTypeName</key>
226
+ <string>AB1 Trace File</string>
227
+ <key>CFBundleTypeRole</key>
228
+ <string>Editor</string>
229
+ <key>LSHandlerRank</key>
230
+ <string>Default</string>
231
+ </dict>
232
+ <dict>
233
+ <key>CFBundleTypeExtensions</key>
234
+ <array>
235
+ <string>gen</string>
236
+ </array>
237
+ <key>LSItemContentTypes</key>
238
+ <array>
239
+ <string>com.genepad.desktop.gen</string>
240
+ </array>
241
+ <key>CFBundleTypeName</key>
242
+ <string>GenePad Database</string>
243
+ <key>CFBundleTypeRole</key>
244
+ <string>Editor</string>
245
+ <key>LSHandlerRank</key>
246
+ <string>Owner</string>
247
+ </dict>
248
+ </array>
249
+ <key>CFBundleIconFile</key>
250
+ <string>icon.icns</string>
251
+ <key>LSRequiresCarbon</key>
252
+ <true/>
253
+ <key>NSHighResolutionCapable</key>
254
+ <true/>
255
+ </dict>
256
+ </plist>
package/package.json ADDED
@@ -0,0 +1,18 @@
1
+ {
2
+ "name": "@genepad/darwin-arm64",
3
+ "version": "0.6.2",
4
+ "description": "GenePad prebuilt binary for macOS arm64 (.app bundle).",
5
+ "license": "SEE LICENSE IN LICENSE",
6
+ "os": [
7
+ "darwin"
8
+ ],
9
+ "cpu": [
10
+ "arm64"
11
+ ],
12
+ "files": [
13
+ "GenePad.app"
14
+ ],
15
+ "publishConfig": {
16
+ "access": "public"
17
+ }
18
+ }