mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix build
This commit is contained in:
parent
0ee92ae6a6
commit
d7027eb76c
1 changed files with 0 additions and 5 deletions
|
|
@ -454,8 +454,6 @@ def resolve_codesigning(arguments, base_path, build_configuration, provisioning_
|
|||
)
|
||||
elif arguments.xcodeManagedCodesigning is not None and arguments.xcodeManagedCodesigning == True:
|
||||
profile_source = XcodeManagedCodesigningSource()
|
||||
elif arguments.noCodesigning is not None:
|
||||
return ResolvedCodesigningData(aps_environment='production')
|
||||
else:
|
||||
raise Exception('Neither gitCodesigningRepository nor codesigningInformationPath are set')
|
||||
|
||||
|
|
@ -602,9 +600,6 @@ def build(bazel, arguments):
|
|||
bazel_command_line.set_show_actions(arguments.showActions)
|
||||
bazel_command_line.set_enable_sandbox(arguments.sandbox)
|
||||
|
||||
if arguments.noCodesigning is not None:
|
||||
bazel_command_line.set_disable_provisioning_profiles()
|
||||
|
||||
bazel_command_line.set_split_swiftmodules(arguments.enableParallelSwiftmoduleGeneration)
|
||||
|
||||
bazel_command_line.invoke_build()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue