Skip to content

Commit 7bb4007

Browse files
Add icu version 78 for macOS
1 parent c230467 commit 7bb4007

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pdf/lib/src/shaping/icu_vm.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,9 @@ abstract class IcuBinding {
104104
static String _findFunctionName(DynamicLibrary icu, String name) {
105105
// Try common ICU versions, including Alpine Linux versions
106106
const versions = [
107-
'76',
107+
'78',
108108
'77',
109+
'76',
109110
'66',
110111
'74',
111112
'75',

0 commit comments

Comments
 (0)