diff options
| author | ruki <[email protected]> | 2020-04-08 23:42:19 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-08 16:13:55 +0800 |
| commit | ef120036428f173d235b1822a242173b12c7a6b8 (patch) | |
| tree | 9e4729fdd9475dffae2175bfdb1da9b3831b4738 /xmake/rules/xcode/application/build.lua | |
| parent | 4c12e160c53b2566f9c80a86d9f7350aee4f62b3 (diff) | |
seperate storyboard and xcassets rules
Diffstat (limited to 'xmake/rules/xcode/application/build.lua')
| -rw-r--r-- | xmake/rules/xcode/application/build.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/rules/xcode/application/build.lua b/xmake/rules/xcode/application/build.lua index dfe6fcfc2..c67ef8058 100644 --- a/xmake/rules/xcode/application/build.lua +++ b/xmake/rules/xcode/application/build.lua @@ -45,8 +45,8 @@ end function main (target, opt) -- get app and contents directory - local appdir = path.absolute(target:data("xcode.app.rootdir")) - local contentsdir = path.absolute(target:data("xcode.app.contentsdir")) + local appdir = path.absolute(target:data("xcode.bundle.rootdir")) + local contentsdir = path.absolute(target:data("xcode.bundle.contentsdir")) -- need re-compile it? local dependfile = target:dependfile(appdir) |
