diff options
Diffstat (limited to 'xmake/rules/xcode/application/build.lua')
| -rw-r--r-- | xmake/rules/xcode/application/build.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/rules/xcode/application/build.lua b/xmake/rules/xcode/application/build.lua index 49e5a966a..f65ad2855 100644 --- a/xmake/rules/xcode/application/build.lua +++ b/xmake/rules/xcode/application/build.lua @@ -69,6 +69,7 @@ function main (target, opt) end -- copy PkgInfo to the contents directory + os.mkdir(resourcesdir) os.vcp(path.join(os.programdir(), "scripts", "PkgInfo"), resourcesdir) -- copy resource files to the resources directory |
