mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-15 21:45:19 +00:00
This reverts commit 7490262c7f0004b38963e062fe30c17215b6c02d.
Telegram iOS Source Code Compilation Guide
- Install the brew package manager, if you haven’t already.
- Install the packages yasm, cmake:
brew install yasm cmake
- Clone the project from GitHub:
git clone --recursive https://github.com/TelegramMessenger/Telegram-iOS.git
- Open Telegram-iOS.workspace.
- Open the Telegram-iOS-Fork scheme.
- Start the compilation process.
- 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
Languages
C
43.8%
Swift
43.8%
Objective-C
5.1%
Assembly
3.3%
C++
1.7%
Other
1.8%