MacOSX.txt 730 B

1234567891011121314151617
  1. 1. Start from readme.txt
  2. 2a. Examples folder have configured MacOSX projects (except demobox2d)
  3. =================================================================================================
  4. - Go to oxygine-framework\examples and choose any example. For example "Demo"
  5. - Open the XCode project from:
  6. examples\Demo\proj.macosx\
  7. - select correct scheme: demo_macosx->mac 32 or 64 bit
  8. - Build and run!
  9. 2b. You could generate your own MacOSX project.
  10. =================================================================================================
  11. - You need Python 2.7 installed
  12. - You need to run this script
  13. oxygine-framework\tools\gen_template.py
  14. example:
  15. python gen_template.py MyProject -t macosx -d path/to/MyProject/