Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
48 views

Sonoma 14.1.1 - Dyalog APL installer fails with "Trust evaluate failure"

I'm trying to install a software package (Dyalog APL) that I've installed successfully on many occasions before, but suddenly the installer fails -- or rather, it appears to go through the motions (...
xpqz's user avatar
  • 133
4 votes
1 answer
2k views

Verify code signature of a package installer

On macOS when you open an app downloaded from the internet Gatekeeper automatically verifies the code signature and in case of any problem warns you and blocks the app. As far as I understand that ...
Nick's user avatar
  • 135
5 votes
1 answer
4k views

How can I install a non-notarized application that is not in the App Store and not from a verified developer?

Is there a possibility to install software that was not "notarized" for macOS Catalina? I have an application that worked on macOS Mojave but cannot be installed anymore on macOS Catalina. I think the ...
Michael S.'s user avatar
1 vote
2 answers
1k views

After installing software, I need to allow it to load in Security & Privacy. How do I do it with a script?

So I'm working on deploying a piece of software for our organization. I deployed it with JAMF and it seems to work just like expected (exactly like if I installed it manually). The thing is, that ...
kjubus's user avatar
  • 153
3 votes
2 answers
860 views

Is it allowed to be an Apple trusted developer with pure Java

I am developing JavaFX with Spring applications that are shipped with native installers for Windows, Linux and macOS. I am hosting the macOS DMG and pkg installers outside Mac App Store on my web site....
Branko's user avatar
  • 31
4 votes
2 answers
1k views

My signed .pkg file is not accepted

I'm struggling with signing my installer to keep Gatekeeper happy. When building i sign the .pkg: productsign --sign "3rd Party Mac Developer Installer: GNXXXXXXXXXX (XXXXXXXXXXX)" ...
Morten Frederiksen's user avatar