Skip to content

Latest commit

 

History

History
 
 
  • libmoai - Project to build all moai static libraries (ios and osx). The 'build all' target copies them to the 'moai-dev/lib//' folder.
  • ios - References the libmoai project. Builds the iOS host.
  • ios-static - References the static libraries. Builds the iOS host. Just used to test static library linking and to ship with the binary SDK release.
  • osx - References the libmoai project. Builds the OSX host.
  • osx-static - References the static libraries. Builds the OSX host. Just used to test static library linking and to ship with the binary SDK release.
  • moai.xcworkspace - Contains all osx/ios projects. Used by the command line build scripts invoked by the 'pito build' command. (Scripts are located at moai-dev/pito/build).
  • resources - Common resources for the iOS projects.