mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-28 14:10:44 +00:00
Some documentation updates for the setup process
This commit is contained in:
parent
a0633d68cd
commit
20b078e7f6
@ -70,6 +70,8 @@ If you need support for iOS 3.x, please check out [HockeyKit](http://support.hoc
|
|||||||
|
|
||||||
14. Create a new `Project.xcconfig` file, if you don't already have one (You can give it any name)
|
14. Create a new `Project.xcconfig` file, if you don't already have one (You can give it any name)
|
||||||
|
|
||||||
|
**Note:** You can also add the required frameworks manually to your targets `Build Phases` an continue with step `17.` instead.
|
||||||
|
|
||||||
a. Select your project.
|
a. Select your project.
|
||||||
|
|
||||||
b. Select the tab `Info`.
|
b. Select the tab `Info`.
|
||||||
@ -140,7 +142,7 @@ If you only want crash reporting, you can skip this step. If you want to use Hoc
|
|||||||
return nil;
|
return nil;
|
||||||
}
|
}
|
||||||
|
|
||||||
The method only returns the UDID when the build is not targeted to the App Sore. This assumes that a preprocessor macro name CONFIGURATION_AppStore exists and is set for App Store builds. The macros are already defined in `HockeySDK.xcconfig`.
|
The method only returns the UDID when the build is not targeted to the App Sore. This assumes that a preprocessor macro name CONFIGURATION_AppStore exists and is set for App Store builds. The macros are already defined in `HockeySDK.xcconfig` or can be set manually by setting `GCC_PREPROCESSOR_DEFINITIONS` in your build configurations to `CONFIGURATION_$(CONFIGURATION)`.
|
||||||
|
|
||||||
<a id="mac"></a>
|
<a id="mac"></a>
|
||||||
## Mac Desktop Uploader
|
## Mac Desktop Uploader
|
||||||
|
@ -53,6 +53,8 @@ If you need support for iOS 3.x, please check out [HockeyKit](http://support.hoc
|
|||||||
8. Select `HockeySDK.xcconfig` for all your configurations (if you don't already use a `.xcconfig` file)
|
8. Select `HockeySDK.xcconfig` for all your configurations (if you don't already use a `.xcconfig` file)
|
||||||
|
|
||||||
<img src="XcodeFrameworks1_normal.png"/>
|
<img src="XcodeFrameworks1_normal.png"/>
|
||||||
|
|
||||||
|
**Note:** You can also add the required frameworks manually to your targets `Build Phases` an continue with step `10.` instead.
|
||||||
|
|
||||||
9. If you are already using a `.xcconfig` file, simply add the following line to it
|
9. If you are already using a `.xcconfig` file, simply add the following line to it
|
||||||
|
|
||||||
@ -112,7 +114,7 @@ If you only want crash reporting, you can skip this step. If you want to use Hoc
|
|||||||
return nil;
|
return nil;
|
||||||
}
|
}
|
||||||
|
|
||||||
The method only returns the UDID when the build is not targeted to the App Sore. This assumes that a preprocessor macro name CONFIGURATION_AppStore exists and is set for App Store builds. The macros are already defined in `HockeySDK.xcconfig`.
|
The method only returns the UDID when the build is not targeted to the App Sore. This assumes that a preprocessor macro name CONFIGURATION_AppStore exists and is set for App Store builds. The macros are already defined in `HockeySDK.xcconfig` or can be set manually by setting `GCC_PREPROCESSOR_DEFINITIONS` in your build configurations to `CONFIGURATION_$(CONFIGURATION)`.
|
||||||
|
|
||||||
<a id="mac"></a>
|
<a id="mac"></a>
|
||||||
## Mac Desktop Uploader
|
## Mac Desktop Uploader
|
||||||
|
Loading…
x
Reference in New Issue
Block a user