Page 1 of 1

Creating a mac .app

Posted: Mon Oct 28, 2013 5:47 pm
by Cereal
I'm having the absolute worst time making a .app of my game.

I put the .love file in Content/Resources/, and I appear to be having some issues with editing the plist.

My game is called SomethingSomethingRainbows. So I put SomethingSomethingRainbows.love in Content/Resources/, and name the love.app SomethingSomethingRainbows.app.

I edit the plist to remove <key>UTExportedTypeDeclarations</key> (and the subsequent array) and then as such:

Code: Select all

<key>CFBundleIdentifier</key>
<string>com.SomethingSomethingRainbows.SomethingSomethingRainbows</string>
<key>CFBundleName</key>
<string>SomethingSomethingRainbows</string>
And it always comes up with the rubber piggy. I should note I know nothing about plist files, or macs in general, so I'm totally clueless.

Re: Creating a mac .app

Posted: Tue Oct 29, 2013 11:14 am
by Robin
Could you upload the .app you made? It's a bit hard to help you without seeing your end result.