macos ffi

This commit is contained in:
ekibun
2020-09-24 10:15:45 -07:00
parent 3c41d0d250
commit 343c1ffd30
10 changed files with 37 additions and 54 deletions

View File

@@ -18,7 +18,6 @@ A new flutter plugin project.
s.platform = :osx, '10.11'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
s.vendored_frameworks = 'build/Release/flutterqjs.framework'
s.static_framework = false
s.vendored_libraries = 'build/Debug/libffiquickjs.dylib'
s.swift_version = '5.0'
end