viewtopic.php?f=4&t=451&start=80
See below for the first post...
I guess I want to find out how to create a Mac version of the game without having to pester my friends for use of their Macs. Failing that, I want to be able to solve my issues with getting a Mac version... Which seems to be two problems, or maybe it's just one?
I can't get the love.filesystem to work. I did setIdentity() and even tried doing the trick of creating "enabler.txt" file as well. But none of the files and directories I create within the game using love.filesystem exist when I exit the game. Like they're not created at all. In fact the general save directory /Application Support/LOVE/ doesn't exist either.
But... This could a be a problem of installing Love properly... So looking at the info about distributing on Macs, you should be able to see a "love.app" file in the Applications directory. But I don't. So maybe this is why I can't create my save files. And this could be why I can't right click to get the package contents and do all the other steps that people have said you need to get a mac distribution.
Am I missing something about installing on Macs? You download the .dmg, drag and drop it to the Applications file? When I do this, it's still a .dmg in the Applications directory.
I'm a Windows user and I've been able to package up my game very well for Windows systems. But I want to create a Mac version as well (and Linux if it's not too much trouble) . So I've attempted going around to friends houses to use their Macs to create a distributable version, but haven't had much luck.
So I was wondering, is it possible to create a Mac version in Windows somehow?
Assuming that's not possible... I think I'm having two main problems when I try to get my game to work on a Mac. Firstly, I started by downloading the Mac version of LOVE onto my friend's Mac and then tried to run my game. In my game I use love.filesystem to save high scores and do a few other file related things, e.g. mkdir. When I quit the game and do a search in Finder for the files and folders I should have created in the game, they don't exist. I tried looking for the /Library/Application Support/LOVE/ folder that Love is supposed to create somehow when I download the .dmg (yes, I'm not a Mac user and I'm confused by how this works), and the entire folder doesn't exist. It's like it never creates the application directory, which is why my game fails?
But... Even ignoring these filesystem errors, I can't seem to make head nor tail of the instructions on the game distribution page on the wiki and the ones posted here. It says I should right click on the love.app file. But I can't find that. Is it somehow within the .dmg file? If I copy the .dmg file to the Applications directory, shouldn't it kind of unpackage itself or something and show the "love.app" file so I can right click it? I've tried on two different friends' Macs and love just seems stuck as a .dmg and when I right click I don't get any options to unpackage it or anything.
Any help would be much appreciated! Thanks.