mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 20:18:09 +00:00
Fix package signing on MacOSX
This commit is contained in:
parent
1b50743a31
commit
1142f6baba
1 changed files with 3 additions and 1 deletions
|
|
@ -249,7 +249,9 @@ pkg: $(MACAPPNAME)
|
|||
productbuild --resources . --distribution ${srcdir}/build/macos/pkg-distribution.xml --package-path ./packaging $(MACAPPPKG)
|
||||
|
||||
signed-pkg: pkg
|
||||
productsign --sign "$(BUNDLE_SIGNING_ID)" $(MACAPPPKG) $(MACAPPPKG)
|
||||
mv $(MACAPPPKG) $(MACAPPPKG).tmp
|
||||
productsign --sign "$(BUNDLE_SIGNING_ID)" $(MACAPPPKG).tmp $(MACAPPPKG)
|
||||
rm -f $(MACAPPPKG).tmp
|
||||
|
||||
|
||||
###
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue