Skip to content

tinfinite/dove-mac-osx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dove for OSX

Telegram is a messaging app with a focus on speed and security. It’s superfast, simple and free. Dove is a third party Telegram client.

Dove forks from official Telegram Messenger 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

For Quick Start Usage

  1. Checkout repository
  2. Create 'Application.h' file with this content:
#ifndef Telegram_Application_h
#define Telegram_Application_h


#define API_ID 0000 // you can create new app on my.telegram.org
#define API_HASH @"" // you can create new app on my.telegram.org
#define HOCKEY_APP_IDENTIFIER @"" // hocheckey app
#define HOCKEY_APP_COMPANY @""  // hocheckey app
#define BUNDLE_IDENTIFIER @"ru.keepcoder.Telegram"  // bundle name
#endif

Code avaiable on GPLV2 license

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 85.6%
  • C 10.2%
  • Objective-C++ 2.9%
  • C++ 1.2%
  • Other 0.1%