Telegram is a messaging app with a focus on speed and security. It’s super fast, simple and free.
This repo contains official Telegram for macOS source code.
Documentation for Telegram API is available here: http://core.telegram.org/api
Documentation for MTproto protocol is available here: http://core.telegram.org/mtproto
- Checkout repository.
git submodule update --init --recursive
- Open with Xcode.
- Click on
SSignalKit.xcodeproj
and under the "Build Settings" tab, change "Base SDK" tomacOS
. - Click on
SSignalKit
target and change "ENABLE_BITCODE" fromYES
toNO
.
GPL v2