mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix build
This commit is contained in:
parent
6603bc2882
commit
0ee92ae6a6
@ -447,7 +447,11 @@ def resolve_codesigning(arguments, base_path, build_configuration, provisioning_
|
|||||||
always_fetch=not arguments.gitCodesigningUseCurrent
|
always_fetch=not arguments.gitCodesigningUseCurrent
|
||||||
)
|
)
|
||||||
elif arguments.codesigningInformationPath is not None:
|
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:
|
elif arguments.xcodeManagedCodesigning is not None and arguments.xcodeManagedCodesigning == True:
|
||||||
profile_source = XcodeManagedCodesigningSource()
|
profile_source = XcodeManagedCodesigningSource()
|
||||||
elif arguments.noCodesigning is not None:
|
elif arguments.noCodesigning is not None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user