when I build I get a folder?

When I press build and run in unity, I just get a folder called test.app (I named the build name test) and all the folder has is a folder in it called contents, and in that folder a bunch of other folders. How do I get my game to build as an application?

That is an application, specifically, a Mac OS X application. Apps on OS X are just folders with a bunch of stuff in them, but it’s packaged as an icon in the GUI so you don’t normally have to concern yourself with the details.

–Eric