File tree 1 file changed +16
-6
lines changed 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change 143
143
{
144
144
"base_path" : " out/mac_debug_arm64/zip_archives/" ,
145
145
"include_paths" : [
146
- " out/mac_debug_arm64/zip_archives/dart-sdk-darwin-arm64.zip"
146
+ " out/mac_debug_arm64/zip_archives/dart-sdk-darwin-arm64.zip" ,
147
+ " out/mac_debug_arm64/zip_archives/darwin-x64/gen_snapshot.zip"
147
148
],
148
149
"name" : " mac_debug_arm64"
149
150
}
170
171
"ninja" : {
171
172
"config" : " mac_debug_arm64" ,
172
173
"targets" : [
173
- " flutter/build/archives:dart_sdk_archive"
174
+ " flutter/build/archives:dart_sdk_archive" ,
175
+ " flutter/build/archives:archive_gen_snapshot"
174
176
]
175
177
},
176
178
"tests" : []
179
181
"archives" : [
180
182
{
181
183
"base_path" : " out/mac_profile_arm64/zip_archives/" ,
182
- "include_paths" : [],
184
+ "include_paths" : [
185
+ " out/mac_profile_arm64/zip_archives/darwin-x64/gen_snapshot.zip"
186
+ ],
183
187
"name" : " mac_profile_arm64"
184
188
}
185
189
],
203
207
"name" : " mac_profile_arm64" ,
204
208
"ninja" : {
205
209
"config" : " mac_profile_arm64" ,
206
- "targets" : []
210
+ "targets" : [
211
+ " flutter/build/archives:archive_gen_snapshot"
212
+ ]
207
213
},
208
214
"tests" : []
209
215
},
210
216
{
211
217
"archives" : [
212
218
{
213
219
"base_path" : " out/mac_release_arm64/zip_archives/" ,
214
- "include_paths" : [],
220
+ "include_paths" : [
221
+ " out/mac_release_arm64/zip_archives/darwin-x64/gen_snapshot.zip"
222
+ ],
215
223
"name" : " mac_release_arm64"
216
224
}
217
225
],
235
243
"name" : " mac_release_arm64" ,
236
244
"ninja" : {
237
245
"config" : " mac_release_arm64" ,
238
- "targets" : []
246
+ "targets" : [
247
+ " flutter/build/archives:archive_gen_snapshot"
248
+ ]
239
249
},
240
250
"tests" : []
241
251
}
You can’t perform that action at this time.
0 commit comments