update ios and macos

This commit is contained in:
wgh19
2024-04-23 16:08:05 +08:00
parent 6e46c64c92
commit 2c7d60cc1c
2 changed files with 15 additions and 12 deletions

View File

@@ -19,7 +19,6 @@ This plugin is a simple js engine for flutter using the `quickjs` project. Plugi
s.platform = :osx, '10.11'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
s.vendored_libraries = 'build/Debug/libffiquickjs.dylib'
s.prepare_command = 'sh ../cxx/prebuild.sh'
s.swift_version = '5.0'
end