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
6603bc2882
commit
0ee92ae6a6
1 changed files with 5 additions and 1 deletions
|
|
@ -447,7 +447,11 @@ def resolve_codesigning(arguments, base_path, build_configuration, provisioning_
|
|||
always_fetch=not arguments.gitCodesigningUseCurrent
|
||||
)
|
||||
elif arguments.codesigningInformationPath is not None:
|
||||
profile_source = DirectoryCodesigningSource()
|
||||
profile_source = DirectoryCodesigningSource(
|
||||
directory_path=arguments.codesigningInformationPath,
|
||||
team_id=build_configuration.team_id,
|
||||
bundle_id=build_configuration.bundle_id
|
||||
)
|
||||
elif arguments.xcodeManagedCodesigning is not None and arguments.xcodeManagedCodesigning == True:
|
||||
profile_source = XcodeManagedCodesigningSource()
|
||||
elif arguments.noCodesigning is not None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue