Ilya Laktyushin 3227b51ff8 Added cellular data permission warning
Fixed people nearby initial opening
Fixed 3rd apps opening from group's location view screen
2019-06-26 01:11:00 +02:00
2019-06-25 23:34:24 +03:00
2019-06-16 00:51:10 +01:00
2019-06-16 00:51:10 +01:00
2019-06-16 00:51:10 +01:00
2019-06-16 00:51:10 +01:00
2018-11-14 23:03:33 +04:00
2019-05-03 05:46:07 +04:00
2018-11-23 20:44:28 +03:00
2019-06-16 00:51:10 +01:00
2019-06-22 01:26:31 +02:00
2019-06-11 10:11:34 +01:00
2019-06-11 00:45:09 +01:00
2019-03-28 18:06:20 +04:00
2019-06-11 18:40:27 +01:00
2019-06-11 00:45:09 +01:00
2019-06-08 00:02:40 +01:00
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.
Description
Supercharged Telegram fork for iOS from original creator of Nicegram
Readme 861 MiB
Languages
C 43.8%
Swift 43.8%
Objective-C 5.1%
Assembly 3.3%
C++ 1.7%
Other 1.8%