update ios and macos

This commit is contained in:
wgh19
2024-04-23 11:53:57 +08:00
parent 67dd0dff9b
commit 6cbedf7d1c
6 changed files with 6 additions and 58 deletions

View File

@@ -14,9 +14,9 @@ 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 'Flutter'
s.platform = :ios, '8.0'
s.platform = :ios, '11.0'
# Flutter.framework does not contain a i386 slice.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }