mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-20 15:23:56 -07:00
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",
|
||
|
|
}
|