mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-05 19:28:46 +02:00
Telegram-iOS
| .github/ISSUE_TEMPLATE | ||
| build-input | ||
| build-system | ||
| buildbox | ||
| Config | ||
| submodules | ||
| Telegram | ||
| third-party | ||
| tools | ||
| Wallet | ||
| .bazelrc | ||
| .buckconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .gitmodules | ||
| BUCK | ||
| Changelog-beta.txt | ||
| check_env.sh | ||
| clean.sh | ||
| extract_wallet_source.py | ||
| Makefile | ||
| package_app.sh | ||
| Random.txt | ||
| README.md | ||
| Utils.makefile | ||
| Wallet.makefile | ||
| wallet_env.sh | ||
| WORKSPACE | ||
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.