How to Manually Symbolicate a Crash Log from a macOS App
A guide to manually symbolicate macOS app crash logs using Xcode and the atos command-line tool, with a Ruby script for automation.
A guide to manually symbolicate macOS app crash logs using Xcode and the atos command-line tool, with a Ruby script for automation.
A guide for the Pandan macOS app, covering FAQs, feature requests, and custom notifications using Shortcuts.
A detailed guide to the features, shortcuts, and color formats of the System Color Picker app for macOS, including plugins and workflow tips.
A guide to conditionally showing/hiding top-level menus in SwiftUI for macOS apps, including a workaround using AppKit.
An iOS developer shares his journey from childhood gaming to Java programming and finally to iOS development with Objective-C.
A free macOS menu bar app that displays UTC time, with FAQs and version history.
A developer's guide to installing and using Glyphhanger on macOS to convert and optimize TTF font files for web use (WOFF/WOFF2).
A developer shares tips and tools for debugging C code on macOS, covering lldb usage and memory overflow detection techniques.
A guide for developers on the pros, cons, and key considerations for distributing Mac applications outside the official Mac App Store.
Technical guide on using CMake and CPack to create a macOS application bundle, covering bundle structure and generator options.
A tutorial on upgrading to PHP 8.0 on macOS using Homebrew, including steps for Laravel Valet and managing extensions.
A guide to building macOS applications using only the Swift Package Manager, bypassing Xcode project files.
A guide to using Fastlane for managing and automating version numbers for iOS/macOS releases, including bumping, prompting, and tagging.
A guide to the Photo Widget app, covering installation, troubleshooting, and technical limitations on Apple platforms.
A technical guide explaining how to implement the 'Launch at Login' feature for MacOS applications using the Service Management framework.
Analyzes SwiftUI's readiness for production, examining Apple's Fruta sample app and common crash issues in iOS 14 and macOS Big Sur.
A guide to creating configurable macOS Big Sur widgets using WidgetKit and custom Xcode templates for AppKit apps.
Shareful is a free macOS app that enhances the system share menu with useful actions like copy, save, and open in.
A guide to Recordia, a macOS app for recording audio from the menu bar, covering setup, features, and troubleshooting.
Explores Apple's improved OSLog framework in iOS 14/15, covering the new Swift Logger API, OSLogStore functionality, and best practices for efficient logging.