mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
17 lines
587 B
Markdown
17 lines
587 B
Markdown
# Telegram iOS Source Code Compilation Guide
|
||
|
||
1. Install the brew package manager, if you haven’t already.
|
||
2. Install the packages pkg-config, yasm:
|
||
```
|
||
brew install pkg-config yasm
|
||
```
|
||
3. Clone the project from GitHub:
|
||
|
||
```
|
||
git clone --recursive https://github.com/peter-iakovlev/Telegram-iOS.git
|
||
```
|
||
4. Open Telegram-iOS.workspace.
|
||
5. Open the Telegram-iOS-Fork scheme.
|
||
6. Start the compilation process.
|
||
7. 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.
|