From 2b7e69757050c685a42e207775eaf730ff8b97cc Mon Sep 17 00:00:00 2001 From: Home Date: Mon, 30 Mar 2026 02:49:46 +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 | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/Jenkinsfile.ios b/Jenkinsfile.ios index a4433eaf..dbe8d8c9 100644 --- a/Jenkinsfile.ios +++ b/Jenkinsfile.ios @@ -105,24 +105,6 @@ pipeline { # 解锁系统钥匙串(必须!) security unlock-keychain -p ${MAC_LOGIN_PWD} ~/Library/Keychains/login.keychain-db - # 导入 p12 证书到系统 - security import ${P12_FILE} \\ - -k ~/Library/Keychains/login.keychain-db \\ - -P ${P12_PASSWORD} \\ - -A \\ - -t cert - - # 允许Xcode调用签名 - security set-key-partition-list \\ - -S apple-tool:,apple:,codesign: \\ - -s -k ${MAC_LOGIN_PWD} \\ - ~/Library/Keychains/login.keychain-db - - # 安装描述文件到系统目录 - mkdir -p ~/Library/MobileDevice/Provisioning\\ Profiles - cp ${PROFILE_FILE} ~/Library/MobileDevice/Provisioning\\ Profiles/ - - echo "✅ 证书 + 描述文件 安装完成!" ''' } } @@ -135,7 +117,6 @@ pipeline { -configuration ${CONFIGURATION} \\ -archivePath ${ARCHIVE_PATH} """ - } } }