I just did a app bundle like it's shown on this blog, but the app is not working. It looks like it will open (the OS X effect of the app opening) but then nothing happens, no window, no process, nothing. Running the script as ./app.sh
on app directory works perfectly and opens app window. The steps i'm doing are:
- Copy appify script to my app directory.
- Run appify. Generates
My App.app
with shell script inside ofContents/MacOS/
andInfo.plist
file onContents/
. - As my app needs other files, i copy my
data/
directory onto app bundle directoryContents/MacOS/data/
.
I tried using appify script shown in the blog post and also the updated one. I also tried chmod +x
on both, the .app bundle and the .sh inside of My App.app/Contents/MacOS/
.
I'm lost on how to make the bundle run my app. Any clues on this?