subspace / space-acres

Space Acres is an opinionated GUI application for farming on Subspace Network
53 stars 18 forks source link

[$150 USDC] Packaging for macOS #7

Open nazar-pc opened 7 months ago

nazar-pc commented 7 months ago

The goal of the ticket is to package the application to MacOS. This should all run in CI just like Windows/Linux packaging does.

Couple of tools that might be useful to check out for inspiration:

Installation through Brew is another possibility.

To earn the bounty, ensure your Pull Request (PR) is approved and merged by a Subspace team member. Remember to read T&C before submitting your PR.

RomanLabGit commented 3 months ago

I'm currently researching MacOS packaging tools available for my commercial product. If I find one that is applicable to both commercial and public domain software, I can try to use it. Does it have to be open-source?

nazar-pc commented 3 months ago

I think it either has to be open source or official tool from Apple, but let me know what you find.

I'll assign this issue to you for now, let me know if you abandon your attempts for whatever reason.

jfrank-summit commented 2 months ago

@RomanLabGit I'm curious if you have made any progress on this. Thanks!

RomanLabGit commented 2 months ago

I'm really sorry for the delay. I'm currently trying to get it compiled on my virtual Mojave macOS. Once it starts working, I should attempt to use pkgbuild and productbuild Xcode tools to build the package. That's my plan.