1
0

README-ios.txt 1.4 KB

123456789101112131415161718192021222324252627282930313233
  1. Use the Xcode command files (located in the Xcode-iOS/build-scripts folder)
  2. to conveniently generate a workspace for Xcode 3 or Xcode 4. It also
  3. contains a cleaner script and a convenient script for automatically
  4. running all the test suites.
  5. The iOS project will be referencing all files related to the top-level iOS
  6. project. The core library will use the top-level include and src directories,
  7. just like the other generated projects, but it will build projects for each of
  8. the Demos in the top-level Xcode-iOS folder. These projects will have any
  9. resources they need copied to be copied over and included as resources. They
  10. will also reference the Info.plist file in Xcode-iOS/Demos.
  11. iOS support is currently experimental, but it should work just fine for any and
  12. all applications. All of the demos that work from the manually-created Xcode
  13. projects also work for the generated projects. There are a few minor things that
  14. need improving, but nothing major.
  15. The iOS projects have no major dependencies other than the ones in the manual
  16. Xcode-iOS project. Those are:
  17. -AudioToolbox.framework
  18. -QuartzCore.framework
  19. -OpenGLES.framework
  20. -CoreGraphics.framework
  21. -UIKit.framework
  22. -Foundation.framework
  23. -CoreAudio.framework
  24. All of these frameworks are part of the iOS SDK, not part of the core OS X
  25. system.
  26. Run the clean script to clear out the directory of Xcode-related files
  27. and binaries.