Hello
I am new to Ge working on a Mac (new intel based). Just exported to Mac OS X, but the app does not work.
$ file *.app
typefast-game.app: [b]Mach-O executable i386
[/b]
If I try to launch it form Finder (double-click on .app) I will get this message:
You can't open the application typefast-game.app because the [b]Classic environment is no longer supported.
[/b]
Finder also says: "Application (Classic)" in file info.
If I launch it within Terminal, it just works!
$ chmod a+x ./typefast-game.app
$ ./typefast-game.app
// WORKS!
Question: Why does it not launch within Finder? And/or how can I make it works? With shell-script?