lane :beta do
gym(
export_method: "app-store",
export_xcargs: "-allowProvisioningUpdates", #keychain授权
export_options: {
provisioningProfiles: {
"com.example.bundleid" => "Provisioning Profile Name",
"com.example.bundleid2" => "Provisioning Profile Name 2"
}
}
)
end
网友评论