diff options
| author | ruki <[email protected]> | 2020-04-10 23:22:04 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-10 14:12:28 +0800 |
| commit | 2bce9eea2793ef8c91a6be9a1b90d25791b9b29e (patch) | |
| tree | dcbb3817f64c2f8883e4a76820499d8df49539ee /xmake/rules/xcode | |
| parent | 382a874962650828a0c17c061f83c7b6b80f41a4 (diff) | |
add entitlements for codesign/app
Diffstat (limited to 'xmake/rules/xcode')
| -rw-r--r-- | xmake/rules/xcode/application/build.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/xcode/application/build.lua b/xmake/rules/xcode/application/build.lua index 39f4feadf..103ddd228 100644 --- a/xmake/rules/xcode/application/build.lua +++ b/xmake/rules/xcode/application/build.lua @@ -63,7 +63,7 @@ function main (target, opt) end -- do codesign - codesign(bundledir, target:values("xcode.codesign_identity") or get_config("xcode_codesign_identity")) + codesign(bundledir, target:values("xcode.codesign_identity") or get_config("xcode_codesign_identity"), target:values("xcode.mobile_provision") or get_config("xcode_mobile_provision")) -- update files and values to the dependent file dependinfo.files = {bundledir} |
