Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Remove MacOS support #335

Closed
wants to merge 1 commit into from
Closed

Conversation

jeremyckahn
Copy link
Owner

What this PR does

This PR removes MacOS app support. This is being done because Electron Builder (the toolchain we are using to generate native apps) cannot enable app auto-updating without code signing:

macOS application must be signed in order for auto updating to work.
...

Where to Buy Code Signing Certificate

... Please note — Gatekeeper only recognises Apple digital certificates.

Additionally:

you need to ... pay $99 per year for the Apple developer program so you can get an Apple certificate.

How this change can be validated

We'll have to run a release and ensure that the "Release New Version" workflow succeeds without generating MacOS artifacts.

Questions or concerns about this change

This is a bummer of a change, but I think it's important to keep Farmhand fully operational with zero costs. That can't be achieved with MacOS, so unfortunately we won't be able to serve those players as well as those on other platforms. The good news is that Farmhand can be installed as a PWA on any platform, and that will provide a native app experience for all!

@vercel
Copy link

vercel bot commented Oct 18, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
farmhand ✅ Ready (Inspect) Visit Preview Oct 18, 2022 at 2:45PM (UTC)

@jeremyckahn
Copy link
Owner Author

We talked about this on Discord. @lstebner has an active Apple Developer account we can use (🙏) to sign the MacOS binaries, so we can consider broken MacOS auto-updates to be a bug with a fix.

#336 has been opened to address this.

@jeremyckahn jeremyckahn deleted the chore/remove-macos branch October 14, 2023 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant