Tauri 2.0 macOS: Handling "Open With" in Rust and passing files to the frontend
A short guide on configuring Tauri 2.0 to handle file opening via macOS Finder's "Open With" option. This tutorial covers setting up Info.plist for file associations, the Opened event in Rust, and passing the file path to the frontend.