Search found 5 matches
- Tue Mar 02, 2010 1:35 am
- Forum: General
- Topic: Drag-and-drop Mac app packager
- Replies: 0
- Views: 2119
Drag-and-drop Mac app packager
Why did I originally write the Mac patch for .love files in .app Resources folders? So I could make this: Make Mac LÖVE Drag your .love file or project folder onto the app. Type in the name. It take a second and spits out a shiny new app, modifying the Info.plist to put the right thing in the menu b...
- Wed Dec 30, 2009 10:00 pm
- Forum: Support and Development
- Topic: Mac patch for easier distribution. Where should I send it?
- Replies: 6
- Views: 3724
Re: Mac patch for easier distribution. Where should I send it?
I just finished writing an app which makes distribution even simpler. You drag a folder or a .love file to it, it asks you for an app name, and the finished .app is created next to the input file/folder. But I can't put it up until the next maintenance release goes out, because it requires the patch...
- Wed Dec 30, 2009 7:46 am
- Forum: Support and Development
- Topic: Mac Users Simple TexMate helper
- Replies: 6
- Views: 5156
Re: Mac Users Simple TexMate helper
I went the extra mile and zipped it up into a tidy package which you can install by double-clicking on it. Enjoy.
- Wed Dec 30, 2009 7:30 am
- Forum: Support and Development
- Topic: Mac patch for easier distribution. Where should I send it?
- Replies: 6
- Views: 3724
Re: Mac patch for easier distribution. Where should I send it?
I totally just helped anjo figure out how to get löve to accept cmd-Q, cmd-H, and cmd-M keyboard shortcuts. So we're gonna have that too. It was a one-line fix. Zing!
(Yeah, I'm easily excitable.)
(Yeah, I'm easily excitable.)
- Wed Dec 30, 2009 2:45 am
- Forum: Support and Development
- Topic: Mac patch for easier distribution. Where should I send it?
- Replies: 6
- Views: 3724
Mac patch for easier distribution. Where should I send it?
The Mac distribution setup sucks, as described in this thread . So I decided to contribute a patch. I don't know SDL or Lua at all, and barely any Cocoa, but I get the ideas behind all of them and I want Löve to be as effective as possible on OS X because I like the project. Someone suggested that l...