Telegram-iOS
Find a file
2019-06-14 15:25:20 +01:00
buildbox Update submodules 2019-05-15 22:11:22 +02:00
fastlane Add signingCertificate option 2019-03-26 18:06:29 +04:00
NotificationContent Bump version 2019-05-26 22:11:25 +02:00
NotificationService Bump version 2019-05-26 22:11:25 +02:00
Share Bump version 2019-05-26 22:11:25 +02:00
SiriIntents Bump version 2019-05-26 22:11:25 +02:00
SiriIntentsUI Added .gitignore 2018-11-14 23:03:33 +04:00
submodules Update submodules 2019-05-30 12:33:27 +02:00
Telegram-iOS Update localization 2019-05-30 03:48:47 +02:00
Telegram-iOS UITests Update submodules 2019-05-03 05:46:07 +04:00
Telegram-iOS.xcodeproj Update project 2019-05-20 19:01:59 +02:00
Telegram-iOS.xcworkspace Update submodules 2019-05-16 20:36:14 +02:00
Telegram-iOSTests Update submodules 2018-11-23 20:44:28 +03:00
tools Update submodules 2019-05-10 17:08:35 +02:00
Watch Update submodules 2019-05-29 16:48:52 +02:00
Widget Update submodules 2019-05-27 13:17:29 +02:00
.gitignore Update submodules 2019-05-01 01:42:48 +04:00
.gitlab-ci.yml Update CI 2019-03-28 18:06:20 +04:00
.gitmodules Added WebP decoding to notification service 2019-04-09 21:09:16 +01:00
Changelog-beta.txt Update changelog 2019-05-13 22:58:30 +02:00
README.md Update README.md 2019-06-14 15:25:20 +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
  3. 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. Replace the contents of Config-Fork.xcconfig with
APP_NAME=Telegram Fork
APP_BUNDLE_ID=fork.telegram.Fork
APP_SPECIFIC_URL_SCHEME=tgfork

GLOBAL_CONSTANTS = APP_CONFIG_IS_INTERNAL_BUILD=false APP_CONFIG_IS_APPSTORE_BUILD=true APP_CONFIG_APPSTORE_ID=0 APP_SPECIFIC_URL_SCHEME="\"$(APP_SPECIFIC_URL_SCHEME)\""
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) $(GLOBAL_CONSTANTS)

GCC_PREPROCESSOR_DEFINITIONS = $(inherited) APP_CONFIG_API_ID=8 APP_CONFIG_API_HASH="\"7245de8e747a0d6fbe11f7cc14fcc0bb\"" APP_CONFIG_HOCKEYAPP_ID="\"\""
  1. Replace group ID in Telegram-iOS-Fork.entitlements with group.fork.telegram.Fork.
  2. Start the compilation process.
  3. 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.