From cff71c1ec27550512cb8b734e448c57a5598cfae Mon Sep 17 00:00:00 2001 From: Home Date: Mon, 30 Mar 2026 03:18:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4jenkins=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96=E6=B5=81=E6=B0=B4=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile.ios | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile.ios b/Jenkinsfile.ios index 4e5b1027..3fd7b998 100644 --- a/Jenkinsfile.ios +++ b/Jenkinsfile.ios @@ -71,6 +71,7 @@ pipeline { # =============== 安装 p12 证书 =============== security unlock-keychain -p ${MAC_LOGIN_PWD} ~/Library/Keychains/login.keychain-db security import ${P12_FILE} -k ~/Library/Keychains/login.keychain-db -P ${P12_PASSWORD} -A + security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k ${MAC_LOGIN_PWD} ~/Library/Keychains/login.keychain-db ''' } }