Nilhcem / FakeSMTP

Dummy SMTP server with GUI for testing emails in applications easily.
http://nilhcem.github.com/FakeSMTP/
Other
991 stars 318 forks source link

Provide a real mac application #23

Open mojo2012 opened 9 years ago

mojo2012 commented 9 years ago

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 9 years ago

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.