univ-of-utah-marriott-library-apple / display_manager

An open-source Python library which can modify your Mac's display settings manually or automatically.
MIT License
237 stars 18 forks source link

“DisplayManager-1.0.2.pkg” can’t be opened because Apple cannot check it for malicious software. #13

Open tjluoma opened 5 years ago

tjluoma commented 5 years ago

When I try to open the .pkg I get this error:

Text of screenshot is below:

“DisplayManager-1.0.2.pkg” can’t be opened because Apple cannot check it for malicious software.

This software needs to be updated. Contact the developer for more information.

Safari downloaded this file today at 5:00 PM from github-production-release-asset-2e65be.s3.amazonaws.com.

ProductName:    Mac OS X
ProductVersion: 10.14.5
BuildVersion:   18F132
tjluoma commented 5 years ago

I was able to work around this by doing xattr -d com.apple.quarantine DisplayManager-1.0.2.pkg but that's obviously not ideal

uurazzle commented 5 years ago

When I try to open the .pkg I get this error:

Text of screenshot is below:

“DisplayManager-1.0.2.pkg” can’t be opened because Apple cannot check it for malicious software.

This software needs to be updated. Contact the developer for more information.

Safari downloaded this file today at 5:00 PM from github-production-release-asset-2e65be.s3.amazonaws.com.

ProductName:  Mac OS X
ProductVersion:   10.14.5
BuildVersion: 18F132

Yes, this is part of macOS 10.14.5 notarization. If you distribute your command tool as part of an Installer package, it is supposed to be possible to get the whole package notarized, although Apple hasn’t detailed a workflow for doing that, nor said whether all installer packages will be required to be notarized.

We are busy with other projects, but will add it to our todo's and will fix it when we get time.