From 0a3f80680dc4cea8b3f6ac95c5cfc0380567a227 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 9 Apr 2020 23:03:47 +0800 Subject: install ipa --- xmake/rules/xcode/application/uninstall.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'xmake/rules/xcode/application/uninstall.lua') diff --git a/xmake/rules/xcode/application/uninstall.lua b/xmake/rules/xcode/application/uninstall.lua index 1f9edb008..9f190bf60 100644 --- a/xmake/rules/xcode/application/uninstall.lua +++ b/xmake/rules/xcode/application/uninstall.lua @@ -20,7 +20,4 @@ -- main entry function main (target) - local bundledir = path.absolute(target:data("xcode.bundle.rootdir")) - local installdir = target:installdir() - os.tryrm(path.join(installdir, path.filename(bundledir))) end -- cgit v1.3.1