0

I am making a game that I do not want my users to have to download anything but the game folder and be able to simply double click and run. I can compile my code in OSX without Xcode just fine but when I try run the game on another computer using OSX it will not run. What do I need to include for this to work?

JBentley
  • 6,099
  • 5
  • 37
  • 72
mattjegan
  • 2,724
  • 1
  • 26
  • 37

1 Answers1

1

The following link has a thorough tutorial on how to setup your Xcode so that the resulting .app is ready for distribution.

http://wiki.allegro.cc/index.php?title=OSX,_Xcode_4,_Framework

131nary
  • 125
  • 9