From 7adf7870294dcf9a9ee640c87ca633c5cc2dafd1 Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify-com@users.noreply.github.com> Date: Mon, 15 Jan 2024 17:40:04 +0100 Subject: [PATCH] Update Libcore.podspec --- Libcore.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/Libcore.podspec b/Libcore.podspec index 00f303c..7ad53a8 100644 --- a/Libcore.podspec +++ b/Libcore.podspec @@ -5,6 +5,7 @@ Pod::Spec.new do |s| s.homepage = 'https://hiddify.com/' s.license = { :type => 'Copyright', :text => 'Hiddify Open Software' } s.author = { 'Hiddify' => 'ios@hiddify.com' } + s.static_framework = true s.ios.deployment_target = '9.0' s.vendored_frameworks = 'Libcore.xcframework'