Skip to content

discord/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 yasm, cmake:
brew install yasm cmake
  1. Clone the project from GitHub:
git clone --recursive https://github.com/TelegramMessenger/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.

Packages

No packages published

Languages

  • Swift 74.6%
  • Objective-C 21.0%
  • C 1.4%
  • Objective-C++ 1.3%
  • Starlark 1.1%
  • C++ 0.2%
  • Other 0.4%