chore: add new flutter revision to macOS patch allowlist (#2848)

This commit is contained in:
Bryan Oltman
2025-02-04 17:24:10 -05:00
committed by GitHub
parent 2b078ee1ce
commit 3fc66bbe6a
@@ -121,6 +121,8 @@ final minimumSupportedMacosFlutterVersion = Version(3, 27, 3);
const patchableMacosFlutterRevisions = {
'5c1dcc19ebcee3565c65262dd95970186e4d81cc',
'3d75b30b181d1d4ce66c426c64aca2498529f2e0',
// Contains engine updates to fix package:shorebird_code_push on windows.
'009d947deb3a58d8801dbc995667e87523c7f08c',
};
/// A reference to a [Apple] instance.