mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 21:28:08 +00:00
Sign the generated PKG file for MacOSX
This commit is contained in:
parent
52da7058c6
commit
6b668405f6
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ signed-bundle: $(MACAPPNAME)
|
|||
cd $(BUNDLEDIR)/.. && rm -f $(MAXAPPDMG) && hdiutil create $(MACAPPDMG) -srcfolder $(MACAPPNAME) -ov && cd -
|
||||
|
||||
pkg: $(MACAPPNAME)
|
||||
pkgbuild --install-location /Applications --scripts ${srcdir}/build/macos/pkg-scripts --component $(MACAPPNAME) $(MACAPPPKG)
|
||||
pkgbuild --install-location /Applications --scripts ${srcdir}/build/macos/pkg-scripts --sign $(BUNDLE_SIGNING_ID) --component $(MACAPPNAME) $(MACAPPPKG)
|
||||
|
||||
|
||||
###
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue