blurymind / YarnClassic

A tool for writing interactive dialogue in games!
MIT License
510 stars 50 forks source link

macOS Code Signing? #108

Open Subliminalman opened 4 years ago

Subliminalman commented 4 years ago

So it seems macOS is getting stricter with code signing. For YarnSpinnerTool releases who would be signing or would each developer just have to do their own build?

desplesda commented 4 years ago

I think we'll need to start distributing signed releases via GitHub's release system. It's been something I've wanted to have available for a while, since it greatly simplifies the process of getting a copy.

daviddq commented 4 years ago

@desplesda The build/release mechanism is now in place but to get signed OSX releases we would need an Apple's developer account, provisioning profile, etc. ($100 per year) Is this feasible for this project?

desplesda commented 4 years ago

Secret Lab already has an Apple Developer Program membership, so we can probably do something there!

FaultyFunctions commented 3 years ago

Any updates on this?