From d3d351b344d45275f5bf51da28bc8b1f721497dc Mon Sep 17 00:00:00 2001 From: fengshuo <963787902@qq.com> Date: Wed, 25 May 2022 10:57:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E5=8C=85=E6=89=93=E5=8C=85?= =?UTF-8?q?=E9=80=89=E7=94=A8adhoc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index c7cbde16..6f423718 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -64,7 +64,7 @@ platform :ios do desc "2. 发布iOS Release ipa 到 firim 网站" lane :r do CONFIGURATION = "Release" - EXPORT_METHOD = "development" + EXPORT_METHOD = "ad-hoc" archiveAction end