Commit fd2c95a8 authored by Steven杜宇's avatar Steven杜宇

// 更改release 打包配置

parent 847ef2de
...@@ -98,7 +98,7 @@ platform :ios do ...@@ -98,7 +98,7 @@ platform :ios do
# 是否包含 symbols # 是否包含 symbols
include_symbols: true, include_symbols: true,
# 打包导出方式,包含 app-store, validation, ad-hoc, package, enterprise, development, developer-id and mac-application # 打包导出方式,包含 app-store, validation, ad-hoc, package, enterprise, development, developer-id and mac-application
export_method: 'app-store', export_method: 'ad-hoc',
# 这个设置是为了设置 xcode 自动配置证书和配置文件,当然也可以手动配置,可以参考文档 # 这个设置是为了设置 xcode 自动配置证书和配置文件,当然也可以手动配置,可以参考文档
# export_xcargs: '-allowProvisioningUpdates', # export_xcargs: '-allowProvisioningUpdates',
...@@ -106,7 +106,7 @@ platform :ios do ...@@ -106,7 +106,7 @@ platform :ios do
export_options: { export_options: {
signingStyle: "manual", signingStyle: "manual",
provisioningProfiles: { provisioningProfiles: {
"#{bundle_id}" => "#{release_profile_name}", "#{bundle_id}" => "#{adhoc_profile_name}",
} }
} }
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment