TelegramSwift 是 macOS 版 Telegram。代码仓库有 71% 的 Swift 4 代码(约 6 万行),11% 的 C 代码,Objective-C 和 C++ 分别是 8%、7%。值得研究和 Hack。
Telegram 是一款专注于速度和安全性的即时通讯应用。它超快,简单,免费。
用法:
1.Clone repo with submodules
git clone https://github.com/overtake/TelegramSwift.git --recursive
2.Open Telegram-Mac.xcworkspace
3.Create Config.swift file with
let API_ID:Int32 = 'api_id' let API_HASH:String = "api_hash" let TEST_SERVER:Bool = false let languagesCategory = "macos"
4.build and enjoy