Skip to content
This repository was archived by the owner on Jan 16, 2020. It is now read-only.

Commit 05230a5

Browse files
committed
Add version to logs
1 parent ef4ac90 commit 05230a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MuteSpotifyAds/AppDelegate.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserNotificationCenterDele
117117
let version = Bundle.main.infoDictionary!["CFBundleShortVersionString"]!
118118
titleMenuItem.title = titleMenuItem.title + " v\(version)"
119119

120+
print("MuteSpotifyAds v\(version)")
121+
print("macOS \(ProcessInfo.processInfo.operatingSystemVersionString))")
122+
120123
spotifyManager = SpotifyManager(titleChangeHandler: {
121124
title in
122125
self.setStatusBarTitle(title: title)

0 commit comments

Comments
 (0)