Telegram-iOS
Find a file
2019-08-24 15:11:05 +04:00
App Temp 2019-08-24 15:11:05 +04:00
buildbox Buildbox: increase ramdisk size 2019-08-13 02:53:23 +03:00
Config Temp 2019-08-24 15:11:05 +04:00
fastlane Added scripts for build verification 2019-06-24 21:28:09 +03:00
NotificationContent Enabled CarPlay 2019-08-09 22:08:01 +03:00
NotificationService Merge branch 'beta' 2019-08-10 04:43:55 +03:00
Share Enabled CarPlay 2019-08-09 22:08:01 +03:00
SiriIntents Merge commit 'd748b3e881' 2019-08-16 23:17:08 +03:00
SiriIntentsUI Added .gitignore 2018-11-14 23:03:33 +04:00
submodules Temp 2019-08-24 15:11:05 +04:00
Telegram-iOS CarPlay fixes 2019-08-16 05:01:52 +03:00
Telegram-iOS UITests Update submodules 2019-05-03 05:46:07 +04:00
Telegram-iOS.xcodeproj Update to swift 5.0 [skip ci] 2019-08-03 22:53:19 +03:00
Telegram-iOS.xcworkspace Refactor SettingsUI and related modules 2019-08-17 20:31:41 +03:00
Telegram-iOSTests Update submodules 2018-11-23 20:44:28 +03:00
tools Temp 2019-08-18 23:07:18 +03:00
Watch Experiment 2019-08-19 21:49:29 +03:00
Widget Enabled CarPlay 2019-08-09 22:08:01 +03:00
.buckconfig Experiment 2019-08-19 21:49:29 +03:00
.gitignore Temp 2019-08-18 23:07:18 +03:00
.gitlab-ci.yml Update build configuration 2019-07-10 02:06:16 +04:00
.gitmodules Remove submodules 2019-06-11 18:40:27 +01:00
build_buck.sh Experiment 2019-08-19 21:49:29 +03:00
Changelog-beta.txt Merge commit '7ff263736c' 2019-07-10 14:50:54 +04:00
clean.sh Temp 2019-08-18 23:07:18 +03:00
log.txt Temp 2019-08-18 23:07:18 +03:00
Makefile Temp 2019-08-24 15:11:05 +04:00
README.md Update README.md 2019-06-14 15:35:34 +01:00

Telegram iOS Source Code Compilation Guide

  1. Install the brew package manager, if you havent already.
  2. Install the packages pkg-config, yasm:
brew install pkg-config yasm
  1. Clone the project from GitHub:
git clone --recursive https://github.com/peter-iakovlev/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.