Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
If your app is not notarized, not signed and has sandbox disabled, at least upload it to VirusTotal :)
Honeytone-v1.0.dmg (SHA-1 858a1f583c5d656dd53b1790c71499978d044014)
https://www.virustotal.com/gui/file/9bb0f1087838685bf7add89e9c7fe5803965ef43ea6e6a4a59a76098e3dd0d3a

And consider “Building a Universal macOS Binary” https://developer.apple.com/documentation/apple-silicon/building-a-universal-macos-binary
Thank you for your feedbacks, your suggestions are good.
 
  • Like
Reactions: kevcube
If your app is not notarized, not signed and has sandbox disabled, at least upload it to VirusTotal :)
Honeytone-v1.0.dmg (SHA-1 858a1f583c5d656dd53b1790c71499978d044014)
https://www.virustotal.com/gui/file/9bb0f1087838685bf7add89e9c7fe5803965ef43ea6e6a4a59a76098e3dd0d3a

And consider “Building a Universal macOS Binary” https://developer.apple.com/documentation/apple-silicon/building-a-universal-macos-binary
Just built a universal binary and uploaded to virustotal, thanks for the feedbacks.

 
  • Like
Reactions: kevcube
Another suggestion, the method you describe for opening the app no longer works in Sequoia.
Users have to go to System Settings – Privacy & Security and click on Open Anyway.

Honeytone.jpg

Or, to remove the quarantine attribute and open the app from Terminal:

Code:
xattr -d com.apple.quarantine /Applications/Honeytone.app; open -a /Applications/Honeytone.app

Apple’s documentation - Safely open apps on your Mac - “If you want to open an app that hasn’t been notarized or is from an unidentified developer”
https://support.apple.com/102445
https://support.apple.com/en-us/102445
 
Another suggestion, the method you describe for opening the app no longer works in Sequoia.
Users have to go to System Settings – Privacy & Security and click on Open Anyway.

View attachment 2434604

Or, to remove the quarantine attribute and open the app from Terminal:

Code:
xattr -d com.apple.quarantine /Applications/Honeytone.app; open -a /Applications/Honeytone.app

Apple’s documentation - Safely open apps on your Mac - “If you want to open an app that hasn’t been notarized or is from an unidentified developer”
https://support.apple.com/102445
https://support.apple.com/en-us/102445
Thank you for letting me know, I think i should code sign the app later, for some reason, Apple keep refuse my Apple Developer Program registration. I will try another way.
 
Another suggestion, the method you describe for opening the app no longer works in Sequoia.
Users have to go to System Settings – Privacy & Security and click on Open Anyway.

View attachment 2434604

Or, to remove the quarantine attribute and open the app from Terminal:

Code:
xattr -d com.apple.quarantine /Applications/Honeytone.app; open -a /Applications/Honeytone.app

Apple’s documentation - Safely open apps on your Mac - “If you want to open an app that hasn’t been notarized or is from an unidentified developer”
https://support.apple.com/102445
https://support.apple.com/en-us/102445

Hi, Thank you for your feedback, I just codesigned the app, it should work on Sequoia without any additional operations.
 
Last edited:
Hi, everyone, here we have first update.

v1.1
  • Add global keyboard shortcuts to toggle click through and go back to drawing
 
Last edited:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.