How to customize a Mac app About screen
A tutorial on customizing the default 'About' screen in Mac applications using two different methods for AppKit and SwiftUI.
A tutorial on customizing the default 'About' screen in Mac applications using two different methods for AppKit and SwiftUI.
A guide to using Apple's new ExtensionKit and ExtensionFoundation APIs to create custom extension points for macOS applications.
A tutorial on using the QuickLook framework to preview images and PDFs in SwiftUI apps for iOS and macOS.
A tutorial on using SwiftUI 4's new ImageRenderer to convert views into images, covering setup, async handling, and resolution fixes.
Using conditional compilation and deployment targets to manage SwiftUI version compatibility and remove outdated code shims.
A guide for web developers on debugging iOS Safari websites using only a Mac, covering emulation and developer tools.
A guide to using Folder Peek, a macOS app that places folder shortcuts in the menu bar for quick file and application access.
A quick guide to enabling keyboard navigation for confirmation dialogs and controls on a new Mac.
A developer shares a curated list of productivity tools for macOS and cross-platform use, including Raycast, Fig, and Starship.
Learn to build a SwiftUI app that generates and exports properly sized app icons for iOS, macOS, and watchOS using Catalyst.
A macOS bug allowed malicious apps to spoof Apple ID verification alerts within System Preferences, enabling sophisticated phishing attacks.
Pure Paste is a macOS utility that automatically pastes copied text as plain text, removing formatting, invisible characters, and URL trackers.
A guide to replacing Docker Desktop with minikube on macOS, focusing on solving volume mounting and performance issues.
A step-by-step guide to installing and managing multiple Node.js versions using NVM on macOS M1.
Tutorial on building a macOS menu bar app with SwiftUI and WebSockets to track real-time cryptocurrency prices.
A developer switches from Docker Desktop to Colima on Mac due to new licensing fees, providing a step-by-step migration guide.
A developer evaluates alternatives to Docker Desktop for Mac after Docker's new pricing, testing for core features like volumes, ports, and Kubernetes support.
A guide to the 'One Thing' macOS app, a menu bar tool for focusing on a single task, with setup tips and integration examples.
A guide for iOS/macOS developers on improving app accessibility for Voice Control, covering labels, APIs, and best practices.
A step-by-step guide to upgrading PHP to version 8.1 on macOS using the Homebrew package manager, including handling extensions and Laravel Valet.