update ios and macos

This commit is contained in:
wgh19
2024-04-23 12:10:43 +08:00
parent 6cbedf7d1c
commit 6e46c64c92
3 changed files with 3 additions and 22 deletions

View File

@@ -14,7 +14,7 @@ This plugin is a simple js engine for flutter using the `quickjs` project. Plugi
s.author = { 'ekibun' => 'soekibun@gmail.com' }
s.source = { :path => '.' }
s.compiler_flags = '-DDUMP_LEAKS'
s.source_files = ['Classes/**/*', 'cxx/*.{c,cpp}']
s.source_files = ['cxx/*.{c,cpp}']
s.dependency 'FlutterMacOS'
s.platform = :osx, '10.11'