upgrade to Filament 1.21.0

This commit is contained in:
Nick Fisher
2022-04-14 01:54:33 +08:00
parent f4f7d28388
commit 53ab72bcff
139 changed files with 4410 additions and 20097 deletions

View File

@@ -21,6 +21,9 @@ A new flutter plugin project.
s.static_framework = true
s.vendored_libraries = "lib/*.a"
s.library = "c++"
# Flutter.framework does not contain a i386 slice.
s.user_target_xcconfig = {
'CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES' => 'YES',