Instructions:
Download the attachment, unzip.
Right-click it, "Show Package Contents".
Go into LoveWrapper.app/Contents/Resources/love_file
Put your .love file in it, rename your file to "main.love"
Now,
Go into LoveWrapper.app/Contents/Resources/love_app
Put your love.app into it. Make sure your app is named "love.app"
That's the basics.
If you want to change the application menu name (The one in the top left corner. e.g "Safari"),
Go into LoveWrapper.app/Contents
Open info.plist with TextEdit.
Go to these two lines of code.
Code: Select all
<key>CFBundleName</key>
<string>LoveWrapper</string>
Now, go into the love.app bundle you put into the wrapper, and do the same thing to its info.plist file.
Note: It works even if you don't drop love.app into it. The wrapper simply prioritises the love.app inside it. If it isn't there it just looks for another one.
This wrapper is for Mac OS 10.4+
I'm terribly sorry I cannot find an easy approach like the windows and linux users got.