Skip to content
This repository was archived by the owner on Sep 10, 2019. It is now read-only.

Latest commit

 

History

History
46 lines (35 loc) · 1.26 KB

File metadata and controls

46 lines (35 loc) · 1.26 KB

Telegram-iOS

中文

可运行的Telegram Version 5.10 Xcode Version 10.3

请从第三步开始。如果编译失败。再尝试从第一步开始。

  1. 如果尚未安装brew包管理器,请安装它。
  2. 安装pkg-config包:
brew install pkg-config yasm
  1. 克隆项目。
git clone https://github.com/SampleProjectsBooth/Telegram-iOS.git
  1. 打开 Telegram-iOS.workspace。
  2. 选择 Telegram-iOS-Fork scheme。
  3. 编译项目。
  4. 如果要在真机上运行,您需要使用开发人员帐号为项目签名,.entitlements文件和包ID设置正确的值。

English

Effective Telegram Version 5.10 Xcode Version 10.3

Please start from the third step. If the compilation fails. Try to start with the first step.

  1. Install the brew package manager, if you haven’t already.
  2. Install the packages pkg-config, yasm:
brew install pkg-config yasm
  1. Clone the project from GitHub:
git clone https://github.com/SampleProjectsBooth/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.