Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
update wireshark detection
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Oct 30, 2016
1 parent 3c66ff6 commit cfea6e6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -155,7 +155,7 @@ - (void)observe {
if ([[[self.runningApplication bundleIdentifier] lowercaseString] hasPrefix:@"com.buhldata."] ||
[[self.runningApplication bundleIdentifier] hasPrefix:@"org.virtualbox."] ||
[[self.runningApplication bundleIdentifier] isEqualToString:@"org.lyx.lyx"] ||
[[[self.runningApplication bundleIdentifier] lowercaseString] isEqualToString:@"org.wireshark.wireshark"] ||
[[self.runningApplication bundleIdentifier] isEqualToString:@"org.wireshark.Wireshark"] ||
false) {
observable = NO;
}
Expand Down

0 comments on commit cfea6e6

Please sign in to comment.