iOS.txt 726 B

123456789101112131415161718
  1. 1. Start from readme.txt
  2. 2a. Examples folder have configured iOS projects (except demobox2d)
  3. =================================================================================================
  4. - Go to oxygine-framework\examples and choose any example. For example "Demo"
  5. - Open xcode project from:
  6. examples\Demo\proj.ios\
  7. - Select correct scheme: demo_ios-> iOS Simulator or real device
  8. - Build and run!
  9. 2b. You could generate your own iOS project.
  10. =================================================================================================
  11. - you need installed Python 2.7
  12. - you need to run this script
  13. oxygine-framework\tools\gen_template.py
  14. example:
  15. python gen_template.py MyProject -t ios -d path/to/MyProject/