diff options
| author | ruki <[email protected]> | 2020-04-23 23:46:07 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-23 16:36:46 +0800 |
| commit | 18cc36cae0dd5938574fe395a5d0745a39c5685c (patch) | |
| tree | 59d99f1d12fdce147ed14fa8823b5d2c1a0137e8 /xmake/rules/xcode/application/load.lua | |
| parent | 976084c2a96e63e481cf101ba2013130a6ff44b3 (diff) | |
improve xcode.xxx rules
Diffstat (limited to 'xmake/rules/xcode/application/load.lua')
| -rw-r--r-- | xmake/rules/xcode/application/load.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xmake/rules/xcode/application/load.lua b/xmake/rules/xcode/application/load.lua index ddac69126..b98c4e257 100644 --- a/xmake/rules/xcode/application/load.lua +++ b/xmake/rules/xcode/application/load.lua @@ -39,11 +39,6 @@ function main (target) -- set target directory for app target:set("kind", "binary") target:set("filename", target:basename()) - if is_plat("macosx") then - target:set("targetdir", path.join(contentsdir, "MacOS")) - else - target:set("targetdir", bundledir) - end -- set install directory if is_plat("macosx") and not target:get("installdir") then |
