yibit / telegram-MacOS

Source code of Telegram for macos

Home Page:http://telegram.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Source code of Telegram for macos

http://telegram.org

License:GNU General Public License v2.0


Languages

Language:Objective-C 90.8%Language:C 7.8%Language:Objective-C++ 1.3%Language:C++ 0.1%