Telegram-iOS
Find a file
2021-01-17 10:18:10 +03:00
.github/ISSUE_TEMPLATE Bump app version in bug report template [skip ci] 2020-08-08 09:06:44 +03:00
build-input Temp 2020-02-19 22:09:53 +04:00
build-system Cleanup 2020-12-25 19:02:28 +04:00
buildbox Cleanup 2020-12-17 16:36:55 +04:00
submodules Various Improvements 2021-01-17 10:18:10 +03:00
Telegram Various Improvements 2021-01-17 10:18:10 +03:00
third-party Add missing file 2020-12-26 22:19:15 +04:00
tools Cleanup 2020-12-17 16:36:55 +04:00
.bazelrc Increase build hermiticity 2020-12-26 20:22:28 +04:00
.gitignore WIP 2020-10-28 18:52:39 +04:00
.gitlab-ci.yml Always upload artifacts 2020-12-08 11:19:18 +04:00
.gitmodules Remove the depot_tools dependency 2020-12-17 16:31:01 +04:00
Makefile Increase build hermiticity 2020-12-26 20:22:28 +04:00
Random.txt Trigger build 2020-11-27 16:00:47 +04:00
README.md Update readme 2019-10-11 15:53:59 +04:00
WORKSPACE Additional updates for sim_arm64 2020-12-17 16:27:06 +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.