Game Development Community

How to make a single app file for Mac?

by Raja John · in Torque Game Builder · 07/30/2009 (10:48 pm) · 1 replies

I build my project for mac. I got the app file with common and game folders etc. But i need to get a single app file alone. Is it possible. If it's possible plz help me! Thank u guys

#1
07/31/2009 (7:21 am)
Mac apps are never a single file. Instead, they're packaged in what Apple calls a "bundle," which is essentially a directory that the Finder displays as a single unit.

So, right-click on the .app bundle, and select "Show Contents" on the context menu. Move your game files and directories into the "Contents/Resources" subdirectory inside of the .app bundle.