mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Set the delegate for Hockey and Quincy
This commit is contained in:
parent
344bbddb1c
commit
bd38778253
@ -350,12 +350,14 @@
|
||||
|
||||
- (void)configureQuincyManager {
|
||||
[[BWQuincyManager sharedQuincyManager] setAppIdentifier:appIdentifier];
|
||||
[[BWQuincyManager sharedQuincyManager] setDelegate:delegate];
|
||||
}
|
||||
|
||||
- (void)configureHockeyManager {
|
||||
[[BWHockeyManager sharedHockeyManager] setAppIdentifier:appIdentifier];
|
||||
[[BWHockeyManager sharedHockeyManager] setCheckForTracker:YES];
|
||||
|
||||
[[BWHockeyManager sharedHockeyManager] setDelegate:delegate];
|
||||
|
||||
// Only if JMC is part of the project
|
||||
if ([[self class] isJMCPresent]) {
|
||||
[[BWHockeyManager sharedHockeyManager] addObserver:self forKeyPath:@"trackerConfig" options:0 context:nil];
|
||||
|
Loading…
x
Reference in New Issue
Block a user