diff options
| author | ruki <[email protected]> | 2020-04-08 23:44:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-08 16:29:55 +0800 |
| commit | efe6609bb668d34a4beb5b9b06f36b7556796c7b (patch) | |
| tree | 747263b31b08cb644fee54b24e855870564f06ae /tests/projects/objc/macapp/xmake.lua | |
| parent | ef120036428f173d235b1822a242173b12c7a6b8 (diff) | |
improve xcode.app rule
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 3413e3389..e1e9e6d74 100644 --- a/tests/projects/objc/macapp/xmake.lua +++ b/tests/projects/objc/macapp/xmake.lua @@ -3,4 +3,4 @@ add_rules("mode.debug", "mode.release") target("test") add_rules("xcode.application") add_files("src/*.m", "src/**.storyboard", "src/*.xcassets") - add_installfiles("src/Info.plist") + add_files("src/Info.plist") |
