Skip to content

Commit 6724561

Browse files
authored
Update the mac_host_engine configuration. (flutter#35096)
1 parent d10f57b commit 6724561

File tree

1 file changed

+31
-4
lines changed

1 file changed

+31
-4
lines changed

ci/builders/mac_host_engine.json

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@
172172
"config": "mac_debug_arm64",
173173
"targets": [
174174
"flutter/build/archives:dart_sdk_archive",
175-
"flutter/build/archives:archive_gen_snapshot"
175+
"flutter/build/archives:archive_gen_snapshot",
176+
"flutter/shell/platform/darwin/macos:zip_macos_flutter_framework"
176177
]
177178
},
178179
"tests": []
@@ -208,7 +209,8 @@
208209
"ninja": {
209210
"config": "mac_profile_arm64",
210211
"targets": [
211-
"flutter/build/archives:archive_gen_snapshot"
212+
"flutter/build/archives:archive_gen_snapshot",
213+
"flutter/shell/platform/darwin/macos:zip_macos_flutter_framework"
212214
]
213215
},
214216
"tests": []
@@ -244,11 +246,36 @@
244246
"ninja": {
245247
"config": "mac_release_arm64",
246248
"targets": [
247-
"flutter/build/archives:archive_gen_snapshot"
249+
"flutter/build/archives:archive_gen_snapshot",
250+
"flutter/shell/platform/darwin/macos:zip_macos_flutter_framework"
248251
]
249252
},
250253
"tests": []
251254
}
252255
],
253-
"tests": []
256+
"tests": [],
257+
"generators": {
258+
"tasks": [
259+
{
260+
"name": "Release-FlutterMacOS.framework",
261+
"parameters": [
262+
"--dst",
263+
"out/release",
264+
"--arm64-out-dir",
265+
"out/mac_release_arm64",
266+
"--x64-out-dir",
267+
"out/host_release",
268+
"--dsym",
269+
"--strip"
270+
],
271+
"script": "flutter/sky/tools/create_macos_framework.py"
272+
}
273+
]
274+
},
275+
"archives": [
276+
{
277+
"source": "out/release/FlutterMacOS.dSYM.zip",
278+
"destination": "darwin-x64-release/FlutterMacOS.dSYM.zip"
279+
}
280+
]
254281
}

0 commit comments

Comments
 (0)