Skip to content

Commit

Permalink
Don't need to be delegate of HockeySDK
Browse files Browse the repository at this point in the history
We are not using the extended capabilities at this stage
  • Loading branch information
fpillet committed Sep 9, 2014
1 parent e64efa6 commit 0b084bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Desktop Viewer/Classes/LoggerAppDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@
*
*/
#import <Cocoa/Cocoa.h>
#import <HockeySDK/HockeySDK.h>

@class LoggerConnection, LoggerTransport, LoggerStatusWindowController, LoggerPrefsWindowController;

@interface LoggerAppDelegate : NSObject <BITHockeyManagerDelegate>
@interface LoggerAppDelegate : NSObject
{
CFArrayRef serverCerts;
BOOL serverCertsLoadAttempted;
Expand Down
4 changes: 2 additions & 2 deletions Desktop Viewer/Classes/LoggerAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*
*/
#import <Security/SecItem.h>
#import <HockeySDK/BITHockeyManager.h>
#import <HockeySDK/HockeySDK.h>
#import "LoggerAppDelegate.h"
#import "LoggerNativeTransport.h"
#import "LoggerWindowController.h"
Expand Down Expand Up @@ -180,7 +180,7 @@ - (void)saveFiltersDefinition
}
@catch (NSException * e)
{
NSLog(@"Catched exception while trying to archive filters: %@", e);
NSLog(@"Caught exception while trying to archive filters: %@", e);
}
}

Expand Down

0 comments on commit 0b084bd

Please sign in to comment.