kitsuyui / ts-playground

TypeScript Playground
0 stars 1 forks source link

Code signing issues #12

Closed kitsuyui closed 2 months ago

kitsuyui commented 1 year ago
Code signing alert

macOS requires code signing for the app to be distributed. Command line apps are also required to be code signed.

I have tried to code sign to the binary release of ts-playground.

kitsuyui commented 1 year ago

I gave up with complicated processes. After that, I found a way to code sign with GitHub Actions. This actions look very simple and easy to use.

I decided to become a sponsor of these actions 🎉