|
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" |
| 13 | + "name": "host_debug", |
| 14 | + "realm": "production" |
14 | 15 | }
|
15 | 16 | ],
|
16 | 17 | "drone_dimensions": [
|
|
66 | 67 | "include_paths": [
|
67 | 68 | "out/host_profile/zip_archives/darwin-x64-profile/artifacts.zip"
|
68 | 69 | ],
|
69 |
| - "name": "host_profile" |
| 70 | + "name": "host_profile", |
| 71 | + "realm": "production" |
70 | 72 | }
|
71 | 73 | ],
|
72 | 74 | "drone_dimensions": [
|
|
120 | 122 | "out/host_release/zip_archives/darwin-x64-release/artifacts.zip",
|
121 | 123 | "out/host_release/zip_archives/darwin-x64/font-subset.zip"
|
122 | 124 | ],
|
123 |
| - "name": "host_release" |
| 125 | + "name": "host_release", |
| 126 | + "realm": "production" |
124 | 127 | }
|
125 | 128 | ],
|
126 | 129 | "drone_dimensions": [
|
|
181 | 184 | "out/mac_debug_arm64/zip_archives/darwin-arm64/artifacts.zip",
|
182 | 185 | "out/mac_debug_arm64/zip_archives/dart-sdk-darwin-arm64.zip"
|
183 | 186 | ],
|
184 |
| - "name": "mac_debug_arm64" |
| 187 | + "name": "mac_debug_arm64", |
| 188 | + "realm": "production" |
185 | 189 | }
|
186 | 190 | ],
|
187 | 191 | "drone_dimensions": [
|
|
221 | 225 | "include_paths": [
|
222 | 226 | "out/mac_profile_arm64/zip_archives/darwin-arm64-profile/artifacts.zip"
|
223 | 227 | ],
|
224 |
| - "name": "mac_profile_arm64" |
| 228 | + "name": "mac_profile_arm64", |
| 229 | + "realm": "production" |
225 | 230 | }
|
226 | 231 | ],
|
227 | 232 | "drone_dimensions": [
|
|
259 | 264 | "out/mac_release_arm64/zip_archives/darwin-arm64/font-subset.zip",
|
260 | 265 | "out/mac_release_arm64/zip_archives/darwin-arm64-release/artifacts.zip"
|
261 | 266 | ],
|
262 |
| - "name": "mac_release_arm64" |
| 267 | + "name": "mac_release_arm64", |
| 268 | + "realm": "production" |
263 | 269 | }
|
264 | 270 | ],
|
265 | 271 | "drone_dimensions": [
|
|
385 | 391 | "archives": [
|
386 | 392 | {
|
387 | 393 | "source": "out/release/framework/FlutterMacOS.dSYM.zip",
|
388 |
| - "destination": "darwin-x64-release/FlutterMacOS.dSYM.zip" |
| 394 | + "destination": "darwin-x64-release/FlutterMacOS.dSYM.zip", |
| 395 | + "realm": "production" |
389 | 396 | },
|
390 | 397 | {
|
391 | 398 | "source": "out/debug/framework/FlutterMacOS.framework.zip",
|
392 |
| - "destination": "darwin-x64/FlutterMacOS.framework.zip" |
| 399 | + "destination": "darwin-x64/FlutterMacOS.framework.zip", |
| 400 | + "realm": "production" |
393 | 401 | },
|
394 | 402 | {
|
395 | 403 | "source": "out/profile/framework/FlutterMacOS.framework.zip",
|
396 |
| - "destination": "darwin-x64-profile/FlutterMacOS.framework.zip" |
| 404 | + "destination": "darwin-x64-profile/FlutterMacOS.framework.zip", |
| 405 | + "realm": "production" |
397 | 406 | },
|
398 | 407 | {
|
399 | 408 | "source": "out/release/framework/FlutterMacOS.framework.zip",
|
400 |
| - "destination": "darwin-x64-release/FlutterMacOS.framework.zip" |
| 409 | + "destination": "darwin-x64-release/FlutterMacOS.framework.zip", |
| 410 | + "realm": "production" |
401 | 411 | },
|
402 | 412 | {
|
403 | 413 | "source": "out/debug/snapshot/gen_snapshot.zip",
|
404 |
| - "destination": "darwin-x64/gen_snapshot.zip" |
| 414 | + "destination": "darwin-x64/gen_snapshot.zip", |
| 415 | + "realm": "production" |
405 | 416 | },
|
406 | 417 | {
|
407 | 418 | "source": "out/profile/snapshot/gen_snapshot.zip",
|
408 |
| - "destination": "darwin-x64-profile/gen_snapshot.zip" |
| 419 | + "destination": "darwin-x64-profile/gen_snapshot.zip", |
| 420 | + "realm": "production" |
409 | 421 | },
|
410 | 422 | {
|
411 | 423 | "source": "out/release/snapshot/gen_snapshot.zip",
|
412 |
| - "destination": "darwin-x64-release/gen_snapshot.zip" |
| 424 | + "destination": "darwin-x64-release/gen_snapshot.zip", |
| 425 | + "realm": "production" |
413 | 426 | }
|
414 | 427 | ]
|
415 | 428 | }
|
0 commit comments