Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 780 Bytes

README.md

File metadata and controls

23 lines (22 loc) · 780 Bytes

laterGram

How to build

  1. Create a folder
  2. Create a config.h file in the root of the folder you create with
    define SETUP_API_ID(apiId) apiId = 12345;
    #define SETUP_API_HASH(apiHash) apiHash = @"put your hash here";
    
    (replace apiId and apiHash with you own)
  3. Execute this:
git clone https://github.com/platinumstufff/laterGram.git
cd laterGram
git submodule init
git submodule update
  1. Open Telegram.xcworkspace inside laterGram folder with xcode. Use Xcode 10 and macOS installed on MacOS Extended partition.

Credits

Igor igkuzm Semetsov - Fix outdated client error IOvanQ - provided a remote PC for building and testing Special Thanks to: Kak_dela_kak_pogoda