mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-01 16:06:59 +00:00
More documentation improvements
This commit is contained in:
parent
4a0ed3a41d
commit
f25d27aa73
@ -51,7 +51,7 @@
|
||||
#define BITHockeyNetworkDidBecomeReachableNotification @"BITHockeyNetworkDidBecomeReachable"
|
||||
|
||||
|
||||
// hockey api error domain
|
||||
// hockey crash reporting api error domain
|
||||
typedef enum {
|
||||
BITCrashErrorUnknown,
|
||||
BITCrashAPIAppVersionRejected,
|
||||
@ -60,9 +60,7 @@ typedef enum {
|
||||
} BITCrashErrorReason;
|
||||
extern NSString *const __attribute__((unused)) kBITCrashErrorDomain;
|
||||
|
||||
// Update App Versions
|
||||
|
||||
// hockey api error domain
|
||||
// hockey update api error domain
|
||||
typedef enum {
|
||||
BITUpdateErrorUnknown,
|
||||
BITUpdateAPIServerReturnedInvalidStatus,
|
||||
@ -74,9 +72,7 @@ typedef enum {
|
||||
extern NSString *const __attribute__((unused)) kBITUpdateErrorDomain;
|
||||
|
||||
|
||||
// Update App Versions
|
||||
|
||||
// hockey api error domain
|
||||
// hockey feedback api error domain
|
||||
typedef enum {
|
||||
BITFeedbackErrorUnknown,
|
||||
BITFeedbackAPIServerReturnedInvalidStatus,
|
||||
@ -90,7 +86,6 @@ extern NSString *const __attribute__((unused)) kBITFeedbackErrorDomain;
|
||||
|
||||
// HockeySDK
|
||||
|
||||
// hockey api error domain
|
||||
typedef enum {
|
||||
BITHockeyErrorUnknown,
|
||||
HockeyAPIClientMissingJSONLibrary
|
||||
|
@ -28,7 +28,7 @@ The main SDK class is `BITHockeyManager`. It initializes all modules and provide
|
||||
|
||||
- [Installation & Setup](http://www.hockeyapp.net/help/sdk/ios/3.0.0/docs/docs/Guide-Installation-Setup.html) (Recommended)
|
||||
- [Installation & Setup Advanced](http://www.hockeyapp.net/help/sdk/ios/3.0.0/docs/docs/Guide-Installation-Setup-Advanced.html) (Using Git submodule and Xcode sub-project)
|
||||
- [Migration from HockeyKit & QuincyKit](http://www.hockeyapp.net/help/sdk/ios/3.0.0/docs/docs/Guide-Migration-Kits.html)
|
||||
- [Migration from previous SDK Versions](http://www.hockeyapp.net/help/sdk/ios/3.0.0/docs/docs/Guide-Migration-Kits.html)
|
||||
- [Mac Desktop Uploader](http://support.hockeyapp.net/kb/how-tos/how-to-upload-to-hockeyapp-on-a-mac)
|
||||
|
||||
|
||||
|
@ -8,6 +8,10 @@
|
||||
- [NEW] Added localizations provided by [Wordcrafts.de](http://wordcrafts.de):
|
||||
Chinese, English, French, German, Italian, Japanese, Portuguese, Brazilian-Portuguese, Russian, Spanish
|
||||
- [NEW] Added Romanian, Hungarian localization
|
||||
- [UPDATE] Updated integration and migration documentation
|
||||
- [Installation & Setup](http://www.hockeyapp.net/help/sdk/ios/3.0.0/docs/docs/Guide-Installation-Setup.html) (Recommended)
|
||||
- [Installation & Setup Advanced](http://www.hockeyapp.net/help/sdk/ios/3.0.0/docs/docs/Guide-Installation-Setup-Advanced.html) (Using Git submodule and Xcode sub-project)
|
||||
- [Migration from previous SDK Versions](http://www.hockeyapp.net/help/sdk/ios/3.0.0/docs/docs/Guide-Migration-Kits.html)
|
||||
- [UPDATE] Using embedded.framework for binary distribution containing everything needed in one package
|
||||
- [UPDATE] Improved Xcode project setup to only use one static library
|
||||
- [UPDATE] Providing build settings as `HockeySDK.xcconfig` file for easier setup
|
||||
|
@ -10,7 +10,7 @@ First of all you should remove all files from prior versions of either QuincyKit
|
||||
|
||||
### QuincyKit
|
||||
|
||||
In Xcode open the `Project Navigator` (⌘+1). In the search field at the bottom enter "Quincy". Search should find the following files:
|
||||
In Xcode open the `Project Navigator` (⌘+1). In the search field at the bottom enter "Quincy". QuincyKit is installed, if search finds the following files:
|
||||
|
||||
* BWQuincyManager.h
|
||||
* BWQuincyManager.m
|
||||
@ -20,7 +20,7 @@ Delete them all ("Move to Trash"). Or if you have them grouped into a folder (fo
|
||||
|
||||
### HockeyKit
|
||||
|
||||
In Xcode open the `Project Navigator` (⌘+1). In the search field at the bottom enter "Hockey". You should find different files with the string "Hockey" in it, for example:
|
||||
In Xcode open the `Project Navigator` (⌘+1). In the search field at the bottom enter "Hockey". HockeyKit is installed, if search finds for example:
|
||||
|
||||
* BWHockeyManager.h
|
||||
* Hockey.bundle
|
||||
|
Loading…
x
Reference in New Issue
Block a user