Don’t check for crash report if running MAS version.
This commit is contained in:
parent
085cfb2e60
commit
fa28a75c9c
@ -173,9 +173,11 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations,
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !MAC_APP_STORE
|
||||||
DispatchQueue.main.async {
|
DispatchQueue.main.async {
|
||||||
CrashReporter.check(appName: "NetNewsWire")
|
CrashReporter.check(appName: "NetNewsWire")
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
func applicationShouldHandleReopen(_ sender: NSApplication, hasVisibleWindows flag: Bool) -> Bool {
|
func applicationShouldHandleReopen(_ sender: NSApplication, hasVisibleWindows flag: Bool) -> Bool {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user