Refactor libphonenumber and TelegramAPI out of TelegramCore

This commit is contained in:
Peter 2019-10-18 11:35:04 +04:00
parent 3e6a37c1b2
commit 5f33b7ef51
53 changed files with 106 additions and 62 deletions

View file

@ -10,6 +10,7 @@ static_library(
"//submodules/Postbox:Postbox#dynamic",
"//submodules/TelegramPresentationData:TelegramPresentationData",
"//submodules/TelegramUIPreferences:TelegramUIPreferences",
"//submodules/PhoneNumberFormat:PhoneNumberFormat",
],
frameworks = [
"$SDKROOT/System/Library/Frameworks/Foundation.framework",

View file

@ -3,6 +3,7 @@ import TelegramCore
import Postbox
import TelegramPresentationData
import TelegramUIPreferences
import PhoneNumberFormat
public extension Peer {
var compactDisplayTitle: String {