To make App bundles you have to create the following directory structure:
Lite.app \- Content \- MacOS \- Lite (that's the executable file)
To add an icon you need a plist and a icns file [2].
I know it looks cumbersome, but it pays off when you need to bundle multiple files with your app.
-
[1] https://gist.github.com/mathiasbynens/674099
[2] https://stackoverflow.com/questions/1596945/building-osx-app...
To make App bundles you have to create the following directory structure:
Here's a script that automates all that: [1]To add an icon you need a plist and a icns file [2].
I know it looks cumbersome, but it pays off when you need to bundle multiple files with your app.
-
[1] https://gist.github.com/mathiasbynens/674099
[2] https://stackoverflow.com/questions/1596945/building-osx-app...