From 681706b44b76ca16008836b87670dc3d7627ec08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=AE=8F=E8=B0=8B?= Date: Wed, 14 Jun 2023 16:09:41 -0600 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'ios/system=5Fproxy.podspe?= =?UTF-8?q?c'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ios/system_proxy.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/ios/system_proxy.podspec b/ios/system_proxy.podspec index 63bc8a3..13bebaf 100644 --- a/ios/system_proxy.podspec +++ b/ios/system_proxy.podspec @@ -15,6 +15,7 @@ A new flutter plugin project. s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' s.dependency 'Flutter' + s.swift_version = "5.0" s.ios.deployment_target = '8.0' end