Telegram-iOS
Find a file
2020-05-08 23:34:26 +04:00
.github/ISSUE_TEMPLATE Add github bug report template [skip ci] 2019-10-07 13:14:20 +03:00
build-input Temp 2020-02-19 22:09:53 +04:00
build-system Add even more logs [skip ci] 2020-04-22 18:16:42 +04:00
buildbox Try with no git 2020-05-06 15:40:25 +04:00
Config Merge commit 'e9a4a9347a' into bazel 2020-03-01 19:10:10 +04:00
submodules Fix repeated video layer frame manager initialization 2020-05-08 23:34:26 +04:00
Telegram Updates too many to describe 2020-05-08 18:42:36 +04:00
third-party Try with no git 2020-05-06 15:40:25 +04:00
tools Update filters 2020-03-04 02:10:49 +04:00
Wallet Update tonlib 2020-04-23 23:29:22 +04:00
.bazelrc Merge remote-tracking branch 'origin/tgvoip-api' into tgvoip-webrtc 2020-05-04 21:18:05 +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 Build adjustments 2020-02-26 20:12:03 +04:00
.gitlab-ci.yml Adjust artifact expiration 2020-03-09 13:41:14 +04:00
.gitmodules Build 2020-05-05 18:00:02 +04:00
BUCK Fix build 2020-02-22 01:31:42 +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-04-27 22:40:24 +04:00
package_app.sh Merge commit 'e9a4a9347a' into bazel 2020-03-01 19:10:10 +04:00
README.md Update readme 2019-10-11 15:53:59 +04:00
Utils.makefile Separate makefiles 2019-10-08 19:38:14 +04:00
Wallet.makefile Wallet-related changes 2020-04-01 21:56:51 +04:00
wallet_env.sh Wallet-related changes 2020-04-01 21:56:51 +04:00
WORKSPACE Temp 2020-02-15 20:05:49 +01: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.