Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 756 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 756 Bytes

Telegram for macOS

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.

API, Protocol Documentation

Documentation for Telegram API is available here: http://core.telegram.org/api

Documentation for MTproto protocol is available here: http://core.telegram.org/mtproto

Setting Up

  1. Checkout repository.
  2. git submodule update --init --recursive
  3. Open with Xcode.
  4. Click on SSignalKit.xcodeproj and under the "Build Settings" tab, change "Base SDK" to macOS.
  5. Click on SSignalKit target and change "ENABLE_BITCODE" from YES to NO.

License

GPL v2