facebook / flipper

A desktop debugging platform for mobile developers.
https://fbflipper.com/
MIT License
13.36k stars 952 forks source link

MacOS notarisation Discussion: #4767

Open bcrosscoles opened 1 year ago

bcrosscoles commented 1 year ago

Are there plans to get Flipper signed with a developer cert?

My environment is a MDM managed Mac environment where users do not get admin level access, the firewall option to "automatically allow downloaded signed software to receive incoming connections" is not available for Flipper as the application is. not signed and our users need to request temp access to enable this.

I can deploy this application to developers which allow them to run the unsigned application, normally gatekeeper will block this, the command to add the entry into the firewall is not available for managed macs, I would imagine multiple organisations face similar issues and it is common practise to notarise applications.

passy commented 1 year ago

Unfortunately we don't have any plans for this at the moment. If someone in the open source community would like to look how to implement this using GitHub Actions, we'd be happy to take a look, but sadly we don't have the resources at the moment to investigate this ourselves.