Skip to content

Commit

Permalink
Make Activity Monitor show us as "LoadViz"
Browse files Browse the repository at this point in the history
Before this change the name was empty in there.
  • Loading branch information
walles committed Jul 2, 2023
1 parent f37741e commit e01a56b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,10 @@ How would you visualize this?

## TODO

- Make Activity Monitor show "LoadViz" as a name, now it's empty
- Try increasing the fire distortion radius when flames are higher
- Try distorting the fire more vertically than horizontally
- Animate the screenshot in a cross faded loop. Try 10s first and see if that's
enough.
- Try increasing the fire distortion radius when flames are higher
- Try distorting the fire more vertically than horizontally
- Make a Dock icon visualization
- Poll battery charge state as well
- Visualize battery charge as a blue sky (full) or a starry night (empty)
Expand Down Expand Up @@ -157,5 +156,6 @@ How would you visualize this?
https://developer.apple.com/design/human-interface-guidelines/app-icons
- We didn't really, but at least we matched our size and corner radius with
the Safari icon's size / corner radius.
- Make Activity Monitor show "LoadViz" as a name, now it's empty

[create new release]: https://github.com/walles/loadviz/releases/new
2 changes: 2 additions & 0 deletions macos/LoadViz/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleGetInfoString</key>
<string></string>
<key>CFBundleIconFile</key>
<string>loadviz.icns</string>
<key>LSUIElement</key>
Expand Down
2 changes: 0 additions & 2 deletions macos/loadviz.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,6 @@
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = LoadViz/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INFOPLIST_KEY_NSMainStoryboardFile = "";
Expand Down Expand Up @@ -500,7 +499,6 @@
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = LoadViz/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INFOPLIST_KEY_NSMainStoryboardFile = "";
Expand Down

0 comments on commit e01a56b

Please sign in to comment.