Telegram-iOS
Find a file
2021-01-15 01:59:56 +04:00
.github/ISSUE_TEMPLATE Bump app version in bug report template [skip ci] 2020-08-08 09:06:44 +03:00
build-system Fix build scripts 2021-01-15 01:59:56 +04:00
buildbox Apply sticker thumbnail fixes 2021-01-15 00:52:08 +04:00
Config Apply sticker thumbnail fixes 2021-01-15 00:52:08 +04:00
submodules Apply sticker thumbnail fixes 2021-01-15 00:52:08 +04:00
Telegram Apply sticker thumbnail fixes 2021-01-15 00:52:08 +04:00
third-party Apply sticker thumbnail fixes 2021-01-15 00:52:08 +04:00
tools Apply sticker thumbnail fixes 2021-01-15 00:52:08 +04:00
.bazelrc WIP 2020-11-26 19:10:53 +04:00
.buckconfig Fix passcode layout 2019-11-04 19:44:25 +04:00
.gitattributes Add linguist overrides for vendored code 2019-10-06 09:37:09 +03: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 Update tulsi URL 2020-12-09 21:52:30 +04:00
Changelog-beta.txt Merge commit '7ff263736c' 2019-07-10 14:50:54 +04:00
check_env.sh Temp 2019-08-30 23:32:32 +04:00
clean.sh Temp 2019-08-18 23:07:18 +03:00
extract_wallet_source.py Wallet-related changes 2020-04-01 21:56:51 +04:00
Makefile Bump version 2020-12-23 21:13:21 +04:00
package_app.sh Merge commit 'e9a4a9347a' into bazel 2020-03-01 19:10:10 +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
Utils.makefile Build with bazel on CI 2020-10-29 01:15:17 +04:00
versions.json Apply sticker thumbnail fixes 2021-01-15 00:52:08 +04:00
WORKSPACE Update build utils 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.