Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
julienXX committed Nov 1, 2017
1 parent 5ee7243 commit bb3f592
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Terminal Notifier/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
NSString * const TerminalNotifierBundleID = @"fr.julienxx.oss.terminal-notifier";
NSString * const NotificationCenterUIBundleID = @"com.apple.notificationcenterui";

// Set OS Params
#define NSAppKitVersionNumber10_10 1343

#define contains(str1, str2) ([str1 rangeOfString: str2 ].location != NSNotFound)

NSString *_fakeBundleIdentifier = nil;

@implementation NSBundle (FakeBundleIdentifier)
Expand Down

0 comments on commit bb3f592

Please sign in to comment.