mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-14 15:29:25 +00:00
Minor documentation fixes
This commit is contained in:
parent
9859335f64
commit
6d79351364
@ -55,19 +55,19 @@ This document contains the following sections:
|
|||||||

|

|
||||||
|
|
||||||
14. Hit `Done`.
|
14. Hit `Done`.
|
||||||
16. Search for `preprocessor macros`
|
15. Search for `preprocessor macros`
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
17. Select the top-most line and double-click the value field.
|
16. Select the top-most line and double-click the value field.
|
||||||
18. Click the + button.
|
17. Click the + button.
|
||||||
19. Enter the following string into the input field and finish with "Done".<pre><code>CONFIGURATION_$(CONFIGURATION)</code></pre>
|
18. Enter the following string into the input field and finish with "Done".<pre><code>CONFIGURATION_$(CONFIGURATION)</code></pre>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Now you can use `#if defined (CONFIGURATION_ABCDEF)` directives in your code, where `ABCDEF` is the actual name of **YOUR** build configuration.
|
Now you can use `#if defined (CONFIGURATION_ABCDEF)` directives in your code, where `ABCDEF` is the actual name of **YOUR** build configuration.
|
||||||
|
|
||||||
20. HockeySDK-iOS also needs a JSON library. If you deployment target iOS >= 5, everything is set. If your deployment target is iOS 4.x, please include one of the following libraries:
|
19. HockeySDK-iOS also needs a JSON library. If you deployment target iOS >= 5, everything is set. If your deployment target is iOS 4.x, please include one of the following libraries:
|
||||||
* [JSONKit](https://github.com/johnezang/JSONKit)
|
* [JSONKit](https://github.com/johnezang/JSONKit)
|
||||||
* [SBJSON](https://github.com/stig/json-framework)
|
* [SBJSON](https://github.com/stig/json-framework)
|
||||||
* [YAJL](https://github.com/gabriel/yajl-objc)
|
* [YAJL](https://github.com/gabriel/yajl-objc)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user