Telegram-iOS
Find a file
2019-10-23 16:42:40 +04:00
.github/ISSUE_TEMPLATE Add github bug report template [skip ci] 2019-10-07 13:14:20 +03:00
buildbox Update build environment version 2019-10-23 01:01:15 +04:00
Config Sync experiment 2019-10-22 19:08:44 +04:00
fastlane Added scripts for build verification 2019-06-24 21:28:09 +03:00
NotificationContent Refactor SyncCore 2019-10-21 16:58:00 +04:00
NotificationService Sync experiment 2019-10-22 19:08:44 +04:00
Share Refactor SyncCore 2019-10-21 16:58:00 +04:00
SiriIntents Merge commit '77a592a05c' into background-task 2019-10-22 19:10:24 +04:00
SiriIntentsUI Added .gitignore 2018-11-14 23:03:33 +04:00
submodules Restore iOS 13 features commit 2019-10-23 16:42:40 +04:00
SupportFiles Temp 2019-08-31 02:09:09 +04:00
Telegram-iOS Restore iOS 13 features commit 2019-10-23 16:42:40 +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
tools Refactor wallet-related modules 2019-10-08 14:30:24 +04:00
Wallet Wallet sync screen with progress 2019-10-22 23:56:40 +04:00
Watch Update rlottie 2019-10-19 21:34:46 +04:00
Widget Fix serif-font bug and round font in avatar placeholders 2019-10-23 15:33:52 +04:00
.buckconfig Move app version to Makefile 2019-09-27 22:13:19 +04:00
.gitattributes Add linguist overrides for vendored code 2019-10-06 09:37:09 +03:00
.gitignore Ignore .idea files 2019-10-18 11:35:57 +04:00
.gitlab-ci.yml Update build configuration 2019-07-10 02:06:16 +04:00
.gitmodules Return rlottie submodule 2019-10-19 17:51:42 +04:00
BUCK Merge commit 'cdb9c21de0' into background-task 2019-10-22 19:19:46 +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 Update icons 2019-10-08 21:11:43 +04:00
Makefile Refactor SyncCore 2019-10-21 16:58:00 +04:00
package_app.sh Allow custom Xcode installation 2019-10-23 01:52:24 +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.