Telegram-iOS
Find a file
2019-07-12 22:12:40 +04:00
buildbox Update build configuration 2019-07-10 02:06:16 +04:00
fastlane Added scripts for build verification 2019-06-24 21:28:09 +03:00
NotificationContent Various UI fixes 2019-07-10 06:15:19 +02:00
NotificationService Various UI fixes 2019-07-10 06:15:19 +02:00
Share Various UI fixes 2019-07-10 06:15:19 +02:00
SiriIntents Various UI fixes 2019-07-10 06:15:19 +02:00
SiriIntentsUI Added .gitignore 2018-11-14 23:03:33 +04:00
submodules Expose queue 2019-07-12 22:12:40 +04:00
Telegram-iOS AddPeerMember: added new bot-related errors 2019-07-10 06:15:20 +02:00
Telegram-iOS UITests Update submodules 2019-05-03 05:46:07 +04:00
Telegram-iOS.xcodeproj UI fixes 2019-07-02 18:55:43 +02:00
Telegram-iOS.xcworkspace Fix workspace configuration 2019-06-25 23:59:11 +03:00
Telegram-iOSTests Update submodules 2018-11-23 20:44:28 +03:00
tools Added scripts for build verification 2019-06-24 21:28:09 +03:00
Watch Various UI fixes 2019-07-10 06:15:19 +02:00
Widget Various UI fixes 2019-07-10 06:15:19 +02:00
.buckconfig ChatListItem: fix legacy group title 2019-06-26 22:02:18 +03:00
.gitignore Update submodules 2019-06-11 00:45:09 +01: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
BUCK Update submodules 2019-06-11 00:45:09 +01:00
Changelog-beta.txt Bump version 2019-06-08 00:02:40 +01: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.