macOS Status Bar apps: Status Bar Item and Menu
Part 01 | April 1, 2023
In part one, we explore theNSMenu,NSStatusBar, andNSStatusItemobjects. We are also introduced to Objective-C functions.
Technical writer, technology, and tech
I have been writing Java Open Programming.
How does my browser know that my computer is in dark mode? I explored SCSS, @media queries, User-Agent Client Hints, Hugo shortcodes, and responsive HTML in my most recent post.
I eulogized the Touch Bar and wrote a tutorial about programming Photo Booth for Touch Bar.
Apple’s iconic hardware and software have had an immense influence on the world. Did you know that you can still make macOS apps using libraries developed in the ’90s?
Apple acquired a company called NeXT Software in 1997, and their engineering fingerprints are embedded in macOS to this day.
For more information, see the macOS posts.
In part one, we explore theNSMenu,NSStatusBar, andNSStatusItemobjects. We are also introduced to Objective-C functions.
In this part, we get acquainted with how to use PowerShell and Hyper-V for automated VM creation on Windows. These are huge topics, but we must start somewhere.
In this tutorial, we will be learning about automated code deployments. We will use a Linux virtual machine on our local network to host the code. This should get us familiar with concepts that can be used when deploying to a cloud environment. This topic describes the process we will follow.