Skip to content

edgard116/Telegram-iOS

 
 

Repository files navigation

Telegram iOS Source Code Compilation Guide

  1. Install the brew package manager, if you haven’t already.
  2. Install the packages pkg-config, yasm:
brew install pkg-config yasm
  1. Clone the project from GitHub:
git clone --recursive https://github.com/peter-iakovlev/Telegram-iOS.git
  1. Open Telegram-iOS.workspace.
  2. Open the Telegram-iOS-Fork scheme.
  3. Start the compilation process.
  4. To run the app on your device, you will need to set the correct values for the signature, .entitlements files and package IDs in accordance with your developer account values.

About

Telegram-iOS

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 53.2%
  • Swift 20.3%
  • Objective-C 13.1%
  • C++ 4.4%
  • Assembly 3.2%
  • Objective-C++ 2.9%
  • Other 2.9%