diff options
| author | ruki <[email protected]> | 2020-04-08 23:52:05 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-08 17:12:34 +0800 |
| commit | c044ba9a3ee4af1308632e08e9f78fb2974beda2 (patch) | |
| tree | 32d222cf3d67724ea2bcd6a02d9f14acb28ec89d /xmake/templates/objc++/framework | |
| parent | e3e74b6dccfa877981a26896519414eab44ee2a7 (diff) | |
improve xcode.framework/bundle rules
Diffstat (limited to 'xmake/templates/objc++/framework')
| -rw-r--r-- | xmake/templates/objc++/framework/project/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/templates/objc++/framework/project/xmake.lua b/xmake/templates/objc++/framework/project/xmake.lua index dec94f0ca..db61439df 100644 --- a/xmake/templates/objc++/framework/project/xmake.lua +++ b/xmake/templates/objc++/framework/project/xmake.lua @@ -3,7 +3,7 @@ add_rules("mode.debug", "mode.release") target("${TARGETNAME}") add_rules("xcode.framework") add_files("src/*.mm") + add_files("src/Info.plist") add_headerfiles("src/*.h") - add_installfiles("src/Info.plist") ${FAQ} |
