mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Update Readme
This commit is contained in:
parent
8b51706b53
commit
6d20a702c3
17
README.md
17
README.md
@ -8,20 +8,7 @@ brew install pkg-config yasm
|
|||||||
```
|
```
|
||||||
git clone --recursive https://github.com/peter-iakovlev/Telegram-iOS.git
|
git clone --recursive https://github.com/peter-iakovlev/Telegram-iOS.git
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Open Telegram-iOS.workspace.
|
4. Open Telegram-iOS.workspace.
|
||||||
5. Open the Telegram-iOS-Fork scheme.
|
5. Open the Telegram-iOS-Fork scheme.
|
||||||
6. Replace the contents of Config-Fork.xcconfig with
|
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.
|
||||||
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="\"\""
|
|
||||||
```
|
|
||||||
7. Replace group ID in Telegram-iOS-Fork.entitlements with `group.fork.telegram.Fork`.
|
|
||||||
8. Start the compilation process.
|
|
||||||
9. 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.
|
|
||||||
|
@ -5,4 +5,4 @@ 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)\""
|
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) $(GLOBAL_CONSTANTS)
|
||||||
|
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) APP_CONFIG_API_ID=8 APP_CONFIG_API_HASH="\"7245de8e747a0d6fbe11f7cc14fcc0bb\"" APP_CONFIG_HOCKEYAPP_ID="\"\""
|
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) APP_CONFIG_API_ID=8 APP_CONFIG_API_HASH="\"7245de8e747a0d6fbe11f7cc14fcc0bb\"" APP_CONFIG_HOCKEYAPP_ID="\"\""
|
@ -13,7 +13,7 @@
|
|||||||
<true/>
|
<true/>
|
||||||
<key>com.apple.security.application-groups</key>
|
<key>com.apple.security.application-groups</key>
|
||||||
<array>
|
<array>
|
||||||
<string>group.fork.telegram.Telegram-iOS</string>
|
<string>group.fork.telegram.Fork</string>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user