mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-13 02:30:24 +00:00
fix: macos Support
This commit is contained in:
@@ -19,9 +19,10 @@ A new Flutter FFI plugin project.
|
||||
# `../src/*` so that the C sources can be shared among all target platforms.
|
||||
s.source = { :path => '.' }
|
||||
s.source_files = 'Classes/**/*'
|
||||
s.frameworks = 'SystemConfiguration'
|
||||
s.frameworks = 'SystemConfiguration', 'CoreFoundation', 'CoreServices'
|
||||
s.dependency 'FlutterMacOS'
|
||||
s.platform = :osx, '10.11'
|
||||
s.libraries = 'c++'
|
||||
s.platform = :osx, '13.5'
|
||||
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
|
||||
s.swift_version = '5.0'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user