tbillington / kondo

Cleans dependencies and build artifacts from your projects.
MIT License
1.75k stars 51 forks source link

macOS Kondo UI packaging #23

Open eutampieri opened 4 years ago

eutampieri commented 4 years ago

Could you edit your CI job to do something similar to this repo?

https://github.com/MyK00L/Tsuikaban-desktop/blob/master/.github/workflows/main.yml

so you can distribute a proper (even if unsigned) macOS app

tbillington commented 4 years ago

Hey @eutampieri , this is a really great idea actually!

At the moment I'm currently having some issues with the mac version. It requires another library (cairo) to be installed on the system and I don't really want to bundle it with kondo. It's only a temporary dependency of the rendering library I'm using though...

So I'm kind of pushing off doing a lot of work until that can be worked out.

I'm going to leave this issue open and if I find some time I'll have a crack :)

tbillington commented 4 years ago

I'm going to revisit this, it looks like bundling the required dylibs within the .app is actually not too bad.