Add SystemConfiguration to SDCore podspec

This commit is contained in:
Arnab Chakraborty
2024-09-18 23:47:50 -04:00
parent ac07f001ac
commit eff9ba9280
2 changed files with 2 additions and 1 deletions

BIN
Cargo.lock generated
View File

Binary file not shown.

View File

@@ -37,7 +37,8 @@ Pod::Spec.new do |s|
ffmpeg_frameworks = [
"-framework AudioToolbox",
"-framework VideoToolbox",
"-framework AVFoundation"
"-framework AVFoundation",
"-framework SystemConfiguration",
].join(' ')
s.xcconfig = {