mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-19 06:26:55 +00:00
Fix build with Xcode.
This commit is contained in:
parent
6864e6d5bf
commit
2fbf7e8504
@ -600,7 +600,7 @@ void RevokeLink(
|
||||
)).done([=] {
|
||||
controller->showToast({
|
||||
.title = tr::lng_star_ref_revoked_title(tr::now),
|
||||
.text = tr::lng_star_ref_revoked_text(tr::now),
|
||||
.text = { tr::lng_star_ref_revoked_text(tr::now) },
|
||||
});
|
||||
revoked();
|
||||
}).fail([=](const MTP::Error &error) {
|
||||
|
@ -89,8 +89,6 @@ if building:
|
||||
finish(1, 'Updater not found.')
|
||||
elif not os.path.exists('Telegram.app/Contents/Helpers/crashpad_handler'):
|
||||
finish(1, 'crashpad_handler not found.')
|
||||
elif not os.path.exists('Telegram.app/Contents/Resources/Icon.icns'):
|
||||
finish(1, 'Icon not found.')
|
||||
elif not os.path.exists('Telegram.app/Contents/_CodeSignature'):
|
||||
finish(1, 'Signature not found.')
|
||||
|
||||
|
2
cmake
2
cmake
@ -1 +1 @@
|
||||
Subproject commit c181046efdecf52c372324c74d75118a1b239e8e
|
||||
Subproject commit 8c146a3ec6f4475e5083eee84d126960495a7e1d
|
Loading…
Reference in New Issue
Block a user