|
10 | 10 | "out/host_debug/zip_archives/darwin-x64/FlutterEmbedder.framework.zip", |
11 | 11 | "out/host_debug/zip_archives/dart-sdk-darwin-x64.zip" |
12 | 12 | ], |
13 | | - "name": "host_debug", |
14 | | - "realm": "production" |
| 13 | + "name": "host_debug" |
15 | 14 | } |
16 | 15 | ], |
17 | 16 | "drone_dimensions": [ |
|
68 | 67 | "include_paths": [ |
69 | 68 | "out/host_profile/zip_archives/darwin-x64-profile/artifacts.zip" |
70 | 69 | ], |
71 | | - "name": "host_profile", |
72 | | - "realm": "production" |
| 70 | + "name": "host_profile" |
73 | 71 | } |
74 | 72 | ], |
75 | 73 | "drone_dimensions": [ |
|
124 | 122 | "out/host_release/zip_archives/darwin-x64-release/artifacts.zip", |
125 | 123 | "out/host_release/zip_archives/darwin-x64/font-subset.zip" |
126 | 124 | ], |
127 | | - "name": "host_release", |
128 | | - "realm": "production" |
| 125 | + "name": "host_release" |
129 | 126 | } |
130 | 127 | ], |
131 | 128 | "drone_dimensions": [ |
|
187 | 184 | "out/mac_debug_arm64/zip_archives/darwin-arm64/artifacts.zip", |
188 | 185 | "out/mac_debug_arm64/zip_archives/dart-sdk-darwin-arm64.zip" |
189 | 186 | ], |
190 | | - "name": "mac_debug_arm64", |
191 | | - "realm": "production" |
| 187 | + "name": "mac_debug_arm64" |
192 | 188 | } |
193 | 189 | ], |
194 | 190 | "drone_dimensions": [ |
|
229 | 225 | "include_paths": [ |
230 | 226 | "out/mac_profile_arm64/zip_archives/darwin-arm64-profile/artifacts.zip" |
231 | 227 | ], |
232 | | - "name": "mac_profile_arm64", |
233 | | - "realm": "production" |
| 228 | + "name": "mac_profile_arm64" |
234 | 229 | } |
235 | 230 | ], |
236 | 231 | "drone_dimensions": [ |
|
269 | 264 | "out/mac_release_arm64/zip_archives/darwin-arm64/font-subset.zip", |
270 | 265 | "out/mac_release_arm64/zip_archives/darwin-arm64-release/artifacts.zip" |
271 | 266 | ], |
272 | | - "name": "mac_release_arm64", |
273 | | - "realm": "production" |
| 267 | + "name": "mac_release_arm64" |
274 | 268 | } |
275 | 269 | ], |
276 | 270 | "drone_dimensions": [ |
|
398 | 392 | "archives": [ |
399 | 393 | { |
400 | 394 | "source": "out/release/framework/FlutterMacOS.dSYM.zip", |
401 | | - "destination": "darwin-x64-release/FlutterMacOS.dSYM.zip", |
402 | | - "realm": "production" |
| 395 | + "destination": "darwin-x64-release/FlutterMacOS.dSYM.zip" |
403 | 396 | }, |
404 | 397 | { |
405 | 398 | "source": "out/debug/framework/FlutterMacOS.framework.zip", |
406 | | - "destination": "darwin-x64/FlutterMacOS.framework.zip", |
407 | | - "realm": "production" |
| 399 | + "destination": "darwin-x64/FlutterMacOS.framework.zip" |
408 | 400 | }, |
409 | 401 | { |
410 | 402 | "source": "out/profile/framework/FlutterMacOS.framework.zip", |
411 | | - "destination": "darwin-x64-profile/FlutterMacOS.framework.zip", |
412 | | - "realm": "production" |
| 403 | + "destination": "darwin-x64-profile/FlutterMacOS.framework.zip" |
413 | 404 | }, |
414 | 405 | { |
415 | 406 | "source": "out/release/framework/FlutterMacOS.framework.zip", |
416 | | - "destination": "darwin-x64-release/FlutterMacOS.framework.zip", |
417 | | - "realm": "production" |
| 407 | + "destination": "darwin-x64-release/FlutterMacOS.framework.zip" |
418 | 408 | }, |
419 | 409 | { |
420 | 410 | "source": "out/debug/snapshot/gen_snapshot.zip", |
421 | | - "destination": "darwin-x64/gen_snapshot.zip", |
422 | | - "realm": "production" |
| 411 | + "destination": "darwin-x64/gen_snapshot.zip" |
423 | 412 | }, |
424 | 413 | { |
425 | 414 | "source": "out/profile/snapshot/gen_snapshot.zip", |
426 | | - "destination": "darwin-x64-profile/gen_snapshot.zip", |
427 | | - "realm": "production" |
| 415 | + "destination": "darwin-x64-profile/gen_snapshot.zip" |
428 | 416 | }, |
429 | 417 | { |
430 | 418 | "source": "out/release/snapshot/gen_snapshot.zip", |
431 | | - "destination": "darwin-x64-release/gen_snapshot.zip", |
432 | | - "realm": "production" |
| 419 | + "destination": "darwin-x64-release/gen_snapshot.zip" |
433 | 420 | } |
434 | 421 | ] |
435 | 422 | } |
0 commit comments