The application for MacBook cannot be launched. (Resolved) #150
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hopefully, this will help someone.
The Mac application won't start and says it's damaged (it's not damaged). I don't have a Macbook, but I rented a Mac in Germany to test it. And here's the solution. :)
The .DMG application generated by the rdgen generator is not signed by any certificate and must be signed either with an Apple certificate for $99 per year or ad-hoc on the device. So how can this be solved and automated?
The simplest solution seemed to be to create a script that automatically recognizes whether it is an Intel version or Apple ARM (M+ processors).
Based on this, it downloads the appropriate package from where I have the packages. It connects the application, copies it to the applications, disconnects the installer, removes the application from quarantine, and signs it ad-hoc on the target device with its own certificate from the device on which it is running.
So, on the target PC, you just need to run one command and the called script will take care of the rest.
You can see my deployment here, where you can see the script after launch and also the script I call: https://technicomp.cz/technicka-podpora/#instalace-mac
If someone has a different solution, let me know, but this is probably the simplest solution I've come up with. :)
You're welcome. That's all.
https://creator.nas86.eu/
what ya get then
I tried to generate an application for Windows, but it doesn't work either. It won't start. Moreover, it is not signed.