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>