af7b674265
As discussed numerous times, get rid of the submodule approach for core modules and just included the sources directly in the main repository. I have no idea how this will play with existing working copies. It might be necessary to [manually clear out the existing submodules](http://stackoverflow.com/questions/1260748) first.
10 lines
174 B
Lua
10 lines
174 B
Lua
require ("xcode")
|
|
|
|
return {
|
|
"test_header_footer.lua",
|
|
"test_xcode4_project.lua",
|
|
"test_xcode4_workspace.lua",
|
|
"test_xcode_dependencies.lua",
|
|
"test_xcode_project.lua",
|
|
}
|