fix: link systemconfiguration framework (#2718)

This commit is contained in:
Shlomo
2025-09-22 03:32:29 +03:00
committed by GitHub
parent 2823bee062
commit d829a8b0a8
@@ -22,6 +22,7 @@ A new Flutter FFI plugin project.
s.dependency 'FlutterMacOS'
s.platform = :osx, '10.11'
s.framework = 'SystemConfiguration'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
s.swift_version = '5.0'