torum / Image-viewer

A cross-platform, simple and minimum, yet configurable photo viewer/slideshow/digital signage app for Windows, Linux, and Mac.
https://torum.github.io/Image-viewer/
MIT License
92 stars 11 forks source link

MacOS #10

Open Lolfm opened 3 years ago

Lolfm commented 3 years ago

Where can I download the MacOS app of this program?

torum commented 3 years ago

Really sorry for the delay. Thank you for your interest.

The thing is I haven't used Mac for years... and my Mac is getting older, so it is difficult to catch up the latest MacOS features. And it is getting more and more difficult to distribute application executables online (for security reasons). It is easier for Windows because I use it everyday and there is Microsoft Store where any developer can easily distribute Windows applications for free. I believe Mac App Store charges developer annually.

So.. sadly I don't have a Mac version of this app for now.

ps. If someone is willing to compile from the source code for the MacOS and submit to Mac App Store, I'm more than OK.

jcoddaire commented 3 years ago

Looks like there is a binary in the source code, however it is 4 years old. Try it out, let us know if it works.

https://github.com/torum/Image-viewer/blob/master/files/bin/executables/ImageViewer_32bit_MacOS.zip

z4am commented 2 years ago

The readme says it was compiled and tested as recently as macOS 10.13.3 (64bit) High Sierra, but as the filename indicates, the MacOS binary is 32-bit which, for Catalina or later, results in the “ImageViewer.app needs to be updated" message. I tried installing Lazarus and FPC, but could not get the source to run in the IDE, let alone compile after numerous attempts with settings recommended in the Lazarus forum. New build process for me so hopefully someone else takes a shot.