From fe65a0aa5e1a87e9b67e9aeda825353928fcb46a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E5=BD=A6=E7=A5=96?= <605893810@qq.com> Date: Tue, 19 Aug 2025 22:53:33 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9Aios=E6=89=93=E5=8C=85=E5=85=BC?= =?UTF-8?q?=E5=AE=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.json b/manifest.json index 1eec92d..68d646f 100644 --- a/manifest.json +++ b/manifest.json @@ -11,6 +11,9 @@ "usingComponents" : true, "nvueStyleCompiler" : "uni-app", "compilerVersion" : 3, + "ios" : { + "deploymentTarget" : "13.0" + }, "splashscreen" : { "alwaysShowBeforeRender" : true, "waiting" : true,