File tree Expand file tree Collapse file tree 1 file changed +31
-4
lines changed
Expand file tree Collapse file tree 1 file changed +31
-4
lines changed Original file line number Diff line number Diff line change 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" : []
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" : []
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}
You can’t perform that action at this time.
0 commit comments