Nilhcem/FakeSMTP

Provide a real mac application

Opened this issue · 1 comments

Hi,

on MacOS X it's common to package jar files (and any other program) into so called application bundles.
I did this for version 1.12 for you. Here is the link: https://www.transferbigfiles.com/2a05acbf-645a-4be9-95c3-28786567e492/skGW_KMjaZ6eeJoxa4fBtQ2

It would be cool to support this feature by default. It's not that complicated. Basically all you have to do is to change the bash script that actually runs "java -jar fakeSMTP-1.12.jar" with the new filename, if it changes.
You're welcome to ask for help if needed.

Cheers
Matthias

Vest commented

Maybe it would make sense to create a package for OS X. The good article with all references is in StackOverflow. There are also two articles that can be taken as a reference, or maybe think about the better build script:

The only thing that we will not have in the repository is the developer certificate, I guess.