chuchusoft
chuchusoft
I'll leave this as an Open issue to demonstrate the problem. If you download them to another Mac, they won't launch because macOS's Gatekeeper will block them (they aren't notarised).
Yep, it's broken. The original code base used a Framework which Apple deprecated many years ago. To get Open URL working again, the code needs to use the new Framework...
Yes, or you could remove the quarantine xattr which the distribution instructs you to do. From what I gather, Gatekeeper only kicks in if the file is quarantined. If it...
Thanks for the clarification. When macOS 15 comes out, I'll attempt to upgrade to it and see what the simplest way to make Sequential work, and I'll update the Readme...