Lua 5.1.2 Xcode Project

Lua is a light-weight embeddable scripting language often used to add scripting support to various games and applications. It has been used in several commercial games such as World of Warcraft, FarCry, MDK2, and many more.

The Lua source package is void of an Xcode project, or a way to output a Mac OS X framework. To remedy this void I have built an Xcode project that will output the following as universal binaries:

  • Lua Framework
  • Lua Static Library
  • Lua Interpreter
  • Lua Compiler

The archive below is the entire 5.1.2 lua source package from lua.org with the addition of the Xcode project. I ran the tests included in the source package and all went well, however if you happen to run across any issues or have any further recommendations please let me know.

Lua 5.1.2 Xcode - 264 KB


About this entry