opatry / taskfolio

An Android task management app built using Google Tasks API. Developed to demonstrate my expertise in modern Android development.
https://opatry.github.io/taskfolio/
MIT License
9 stars 0 forks source link

Packaged desktop app won't be executable on macOS 15.1+ (Sequoia) #91

Open opatry opened 2 weeks ago

opatry commented 2 weeks ago

Describe the bug https://www.osnews.com/story/141055/bug-or-intentional-macos-15-1-completely-removes-ability-to-launch-unsigned-applications/

opatry commented 2 weeks ago

Resource to notarize outside App Store https://developer.apple.com/documentation/security/customizing-the-notarization-workflow

opatry commented 2 weeks ago

https://github.com/JetBrains/compose-multiplatform/blob/master/tutorials/Signing_and_notarization_on_macOS/README.md

(Requires to be a developer enrolled in a developer program, which I'm not and requires $100/year which I won't pay for)

opatry commented 1 week ago

Removing the quarantine attribute should do the trick xattr -d com.apple.quarantine file.dmg