Telegram-iOS
Find a file
2020-01-21 23:28:36 +04:00
.github/ISSUE_TEMPLATE Add github bug report template [skip ci] 2019-10-07 13:14:20 +03:00
build-system verify 2019-11-20 20:15:08 +04:00
buildbox Fix key import 2019-11-30 20:08:42 +04:00
Config Fix linking 2019-12-26 18:10:38 +04:00
fastlane Don't use artifacts for internal builds 2019-11-04 03:09:05 +04:00
NotificationContent Initial QR login API [skip ci] 2019-11-21 18:49:32 +04:00
NotificationService Updated polls 2020-01-08 00:53:20 +04:00
Share Initial QR login API [skip ci] 2019-11-21 18:49:32 +04:00
SiriIntents Display text selection tip in message context menu 2019-12-13 14:27:49 +04:00
submodules Make rlottie use a relative url path 2020-01-21 23:28:36 +04:00
SupportFiles Temp 2019-08-31 02:09:09 +04:00
Telegram-iOS Upgrade message bubble graphics and introduce the ability to adjust corner radius via UI 2020-01-21 19:36:59 +04:00
Telegram-iOS UITests Update submodules 2019-05-03 05:46:07 +04:00
Telegram-iOSTests Update submodules 2018-11-23 20:44:28 +03:00
third-party Bundle cmake and yasm 2019-12-07 01:20:41 +04:00
tools Update prepare_buck_source.sh to download and use standalone OpenJDK 2019-12-12 13:19:44 +04:00
Wallet Update Wallet 2019-11-16 17:16:34 +04:00
Watch Fix watch app profile pics fetching 2019-11-07 20:03:33 +04:00
Widget Fix build 2019-12-03 19:52:03 +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 Ignore bazel files 2019-11-14 23:28:41 +04:00
.gitlab-ci.yml Upload verify artifacts on failure 2019-11-21 06:42:47 +04:00
.gitmodules Make rlottie use a relative url path 2020-01-21 23:28:36 +04:00
BUCK Link WKExtensionManLegacy 2019-11-16 17:19:25 +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 Rename 2019-11-03 00:47:18 +04:00
Makefile Bump version number [skip ci] 2020-01-08 19:27:22 +04:00
package_app.sh Fix package script 2019-11-07 01:12:41 +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 Refactor MtProtoKit out of Wallet 2019-10-15 18:50:35 +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.