Merge pull request #988 from danielpunkass/app-movement-monitor

Instantiate an RSAppMovementMonitor to track user movement of the app…
This commit is contained in:
Maurice Parker 2019-09-06 08:33:40 -05:00 committed by GitHub
commit 7a242b2c15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -63,6 +63,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations,
private var crashReportWindowController: CrashReportWindowController? // For testing only
private let log = Log()
private let appNewsURLString = "https://nnw.ranchero.com/feed.json"
private let appMovementMonitor = RSAppMovementMonitor()
override init() {
NSWindow.allowsAutomaticWindowTabbing = false

@ -1 +1 @@
Subproject commit 89bcb8241afe59bb276c1e3bcfc83db6b4550c77
Subproject commit 290b79dcd6156210dedddeb767164436ef9481e0