diff --git a/dotBeatBar_old.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/dotBeatBar_old.xcodeproj/project.xcworkspace/contents.xcworkspacedata index bd44f0a..919434a 100644 --- a/dotBeatBar_old.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ b/dotBeatBar_old.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -2,6 +2,6 @@ + location = "self:"> diff --git a/dotBeatBar_old/AppDelegate.swift b/dotBeatBar_old/AppDelegate.swift index 757a200..482a3c7 100644 --- a/dotBeatBar_old/AppDelegate.swift +++ b/dotBeatBar_old/AppDelegate.swift @@ -6,8 +6,8 @@ // Copyright © 2019 Aaron Bieber. All rights reserved. // -import Cocoa import Beat +import Cocoa import Foundation @NSApplicationMain @@ -21,7 +21,11 @@ class AppDelegate: NSObject, NSApplicationDelegate { } func applicationDidFinishLaunching(_ aNotification: Notification) { updateStatBar(self) - timer = Timer.scheduledTimer(timeInterval: 60, target: self, selector: #selector(updateStatBar), userInfo: nil, repeats: true) + timer = Timer.scheduledTimer(timeInterval: 11, + target: self, + selector: #selector(updateStatBar), + userInfo: nil, + repeats: true) let menu = NSMenu() menu.addItem(NSMenuItem(title: "Quit", action: diff --git a/dotBeatBar_old/Assets.xcassets/AppIcon.appiconset/Contents.json b/dotBeatBar_old/Assets.xcassets/AppIcon.appiconset/Contents.json index 2db2b1c..139b2a7 100644 --- a/dotBeatBar_old/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/dotBeatBar_old/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -46,8 +46,9 @@ "scale" : "1x" }, { - "idiom" : "mac", "size" : "512x512", + "idiom" : "mac", + "filename" : "dotBeatBar.png", "scale" : "2x" } ], diff --git a/dotBeatBar_old/Assets.xcassets/AppIcon.appiconset/dotBeatBar.png b/dotBeatBar_old/Assets.xcassets/AppIcon.appiconset/dotBeatBar.png new file mode 100644 index 0000000..cc56634 Binary files /dev/null and b/dotBeatBar_old/Assets.xcassets/AppIcon.appiconset/dotBeatBar.png differ diff --git a/dotBeatBar_old/Assets.xcassets/Contents.json b/dotBeatBar_old/Assets.xcassets/Contents.json index da4a164..09ce50c 100644 --- a/dotBeatBar_old/Assets.xcassets/Contents.json +++ b/dotBeatBar_old/Assets.xcassets/Contents.json @@ -2,5 +2,8 @@ "info" : { "version" : 1, "author" : "xcode" + }, + "properties" : { + "compression-type" : "automatic" } } \ No newline at end of file diff --git a/dotBeatBar_old/Info.plist b/dotBeatBar_old/Info.plist index 7ddc05b..0eefe7b 100644 --- a/dotBeatBar_old/Info.plist +++ b/dotBeatBar_old/Info.plist @@ -20,8 +20,12 @@ 1.0 CFBundleVersion 1 + LSApplicationCategoryType + public.app-category.entertainment LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) + LSUIElement + NSHumanReadableCopyright Copyright © 2019 Aaron Bieber. All rights reserved. NSMainStoryboardFile @@ -30,8 +34,6 @@ NSApplication NSSupportsAutomaticTermination - LSUIElement - NSSupportsSuddenTermination