Add an .app version for MacOs.
I've created a .app version for MacOs that works in a similar way to the Windows binary. So that Mac users have an alternative to the problematic version with docker.
I've added a link to the .dmg file in my fork but you can download and launch it within your releases and update the link.
I hope I've contributed in some way.
Thank you.
@melogabriel thanks.
I am not familiar with MacOS but the cross compiled binary should work right?
Additionally, this .dmg file should be properly signed right?
I am a bit hesitant to include a compiled version from another codebase. Is it possible that you make a pull requests with the instructions of how this is done?
thank you
MacOS doesn't run the available binaries natively, it had to be ported to run them.
Ideally it should be signed, but the only problem with this is that on the first run MacOS notifies the user that the app is not signed and asks them to release access in the security options. I don't think this is a problem.
Okay, I'll make the pull request with the instructions for the port, I haven't changed the code.
closed in favor of https://github.com/gosom/google-maps-scraper/pull/146