diff options
| author | ruki <[email protected]> | 2020-04-05 22:42:54 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-05 22:42:54 +0800 |
| commit | 6a67eb4ca0b1b8f375b0aa190fb85bca8477b595 (patch) | |
| tree | 61f75d988896f12096490e6c79d5146c27dfa5be /tests/projects/objc/macapp/xmake.lua | |
| parent | 52086e64f363bfefc91688efa09ad20f485bcbea (diff) | |
update macapp tests
Diffstat (limited to 'tests/projects/objc/macapp/xmake.lua')
| -rw-r--r-- | tests/projects/objc/macapp/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/objc/macapp/xmake.lua b/tests/projects/objc/macapp/xmake.lua index 12f773a1d..bf1b1fef8 100644 --- a/tests/projects/objc/macapp/xmake.lua +++ b/tests/projects/objc/macapp/xmake.lua @@ -2,5 +2,5 @@ add_rules("mode.debug", "mode.release") target("test") add_rules("xcode.application") - add_files("src/main.m") + add_files("src/*.m") add_installfiles("src/Info.plist") |
