Colton Idle
01/10/2021, 7:45 PMBig Chungus
01/10/2021, 7:51 PMColton Idle
01/10/2021, 7:54 PMBig Chungus
01/10/2021, 7:57 PMColton Idle
01/10/2021, 7:58 PMsuresh
01/10/2021, 9:08 PM.app
executable. Could you try creating the standalone folder (./gradlew createDistributable
) and run that? You might need secondary-click on them to run, and then grant permission.jim
01/11/2021, 12:29 AMxattr -cr <http://MyFancyProgram.app|MyFancyProgram.app>
to remove attributes from the file and allow it to run, and they may also need to do sudo spctl --master-disable
, but if you are planning to distribute a mac application, I think you'll need to talk to your build/infrastructure team or learn how to get a development signing cert and sign manually (https://developer.apple.com/library/archive/documentation/Security/Conceptual/CodeSigningGuide/Procedures/Procedures.html)Colton Idle
01/11/2021, 12:37 AMjim
01/11/2021, 12:43 AMColton Idle
01/11/2021, 12:56 AMcodesign -s "my sample cert" [path to your dmg]
if it gives you no errors... you should be good to go to send to a friend!