Telegram-iOS
Find a file
2019-09-27 08:54:38 +03:00
buildbox Don't install cmake 2019-09-20 23:20:00 +04:00
Config Merge branch 'ton' 2019-09-17 22:51:03 +04:00
fastlane Added scripts for build verification 2019-06-24 21:28:09 +03:00
NotificationContent Merge commit 'c2f53ea3a4' 2019-09-11 10:59:57 +03:00
NotificationService Merge commit 'c2f53ea3a4' 2019-09-11 10:59:57 +03:00
Share Bump version back 2019-09-09 01:22:08 +04:00
SiriIntents Wallet improvements 2019-09-25 00:57:46 +04:00
SiriIntentsUI Added .gitignore 2018-11-14 23:03:33 +04:00
submodules Wallet improvements 2019-09-27 08:54:38 +03:00
SupportFiles Temp 2019-08-31 02:09:09 +04:00
Telegram-iOS Wallet improvements 2019-09-25 00:57:46 +04:00
Telegram-iOS UITests Update submodules 2019-05-03 05:46:07 +04:00
Telegram-iOS.xcodeproj Merge commit 'e99a9e8d99' into buck-test 2019-09-05 02:51:35 +04:00
Telegram-iOS.xcworkspace Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios 2019-09-07 11:18:28 +03:00
Telegram-iOSTests Update submodules 2018-11-23 20:44:28 +03:00
Telegram_Buck.xcworkspace Wallet improvements 2019-09-27 08:54:38 +03:00
Temp Update build files 2019-09-05 02:30:24 +04:00
tools Context menu improvements 2019-09-06 23:24:53 +04:00
Watch Merge commit 'c2f53ea3a4' 2019-09-11 10:59:57 +03:00
Widget Merge commit 'c2f53ea3a4' 2019-09-11 10:59:57 +03:00
.buckconfig Merge branch 'ton' 2019-09-17 22:51:03 +04: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
BUCK Wallet send & receive screens 2019-09-21 01:30:01 +03: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
Makefile Wallet improvements 2019-09-25 00:57:46 +04:00
package_app.sh Update build files 2019-09-05 02:30:24 +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.