Hacker News new | ask | show | jobs
by ensardev 11 days ago
Actually, my project supports this, and I can package for macOS using Tauri, so with a minor adjustment, I can generate a build for macOS. However, the major hurdle I face is Apple’s approval process. Apple Gatekeeper has stricter rules than Windows’ SmartScreen, which is why the build I create must be a signed and approved version. Since I don’t yet have an Apple developer account, I haven’t felt the need to create a build for the macOS environment. However, looking ahead, I plan to set up my primary development environment for macOS and prioritize Apple (while also covering Windows and Linux). So this might be possible in the near future.