2020-12-16 18:18:16 +04:00
2020-02-19 22:09:53 +04:00
2020-12-10 00:02:21 +04:00
2020-12-15 19:24:50 +04:00
2020-12-16 18:18:16 +04:00
2020-12-16 01:19:23 +04:00
2020-10-22 22:42:22 +04:00
WIP
2020-11-26 19:10:53 +04:00
2019-11-04 19:44:25 +04:00
WIP
2020-10-28 18:52:39 +04:00
2020-12-08 11:19:18 +04:00
2020-12-09 21:52:30 +04:00
2020-02-22 01:31:42 +04:00
2019-08-30 23:32:32 +04:00
2019-08-18 23:07:18 +03:00
2020-12-04 08:16:01 +00:00
2020-11-27 16:00:47 +04:00
2019-10-11 15:53:59 +04:00
2020-10-29 01:15:17 +04:00
2020-12-09 21:42:00 +04:00

Telegram iOS Source Code Compilation Guide

  1. Install the brew package manager, if you havent 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.
Description
Supercharged Telegram fork for iOS from original creator of Nicegram
Readme 861 MiB
Languages
C 43.8%
Swift 43.8%
Objective-C 5.1%
Assembly 3.3%
C++ 1.7%
Other 1.8%