Fix iOS updater GN dependency

This commit is contained in:
Tony
2026-06-26 03:12:47 +08:00
parent 228a23fa6b
commit b0f8294205
2 changed files with 5 additions and 1 deletions
+1 -1
Submodule flutter updated: 4b30ef34f8...e7248b3603
+4
View File
@@ -963,6 +963,10 @@ assert!(
!flutter_embedder_build.include?('if (is_ios || is_mac)'),
'Shorebird patch cache and embedder targets must depend on shared_object_loaders so GN header checks allow both ELF and Mach-O loader includes'
)
assert!(
flutter_ios_build.include?('"//flutter/shell/common/shorebird:updater"'),
'iOS Flutter framework source must directly depend on the Shorebird updater target because FlutterDartProject.mm includes updater.h'
)
assert!(
flutter_web_ui_copy_artifacts.include?("io.Platform.environment['FLUTTER_STORAGE_BASE_URL']") &&
flutter_web_ui_copy_artifacts.include?('http://localhost:8080/download.flutter.io') &&