企业包打包选用adhoc

This commit is contained in:
fengshuo
2022-05-25 10:57:09 +08:00
committed by chenshuanglin
parent 4ab4d0b3d2
commit fd4292bdb5

View File

@@ -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