diff options
author | Bradley Sepos <[email protected]> | 2018-01-10 07:13:22 -0500 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-01-10 07:44:29 -0500 |
commit | 059bd17f3360400f0675225919abf6b558a17a60 (patch) | |
tree | 22bd3a846cc4bc6c6934449f868c16274ffdda1b /macosx/module.defs | |
parent | 3d3120b693c89663f8016ddd2a30e5c5af404461 (diff) |
build: Add sign function to macosx module.
make sign ID="Developer ID"
Diffstat (limited to 'macosx/module.defs')
-rw-r--r-- | macosx/module.defs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/module.defs b/macosx/module.defs index 031d881c9..622afc78d 100644 --- a/macosx/module.defs +++ b/macosx/module.defs @@ -99,3 +99,5 @@ MACOSX.XCODE_ARCHIVE = $(strip \ -exportOptionsPlist '$(MACOSX.src/)archive.plist' \ -exportPath '$(MACOSX.xarchive/)' \ -archivePath '$(MACOSX.xarchive/)' ) + +MACOSX.SIGN = $(strip $(MACOSX.src/)hbsign '$(ID)' $(MACOSX.xroot/)HandBrake.app) |