forked from mirrors/linphone-iphone
Fix bundle signing on MacOSX
This commit is contained in:
parent
ff58ba6162
commit
1b50743a31
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ bundle: $(MACAPPNAME)
|
|||
cd $(BUNDLEDIR)/.. && rm -f $(MAXAPPDMG) && hdiutil create $(MACAPPDMG) -srcfolder $(MACAPPNAME) -ov && cd -
|
||||
|
||||
signed-bundle: $(MACAPPNAME)
|
||||
codesign --deep -s $(BUNDLE_SIGNING_ID) $(BUNDLEDIR)
|
||||
codesign --deep -s "$(BUNDLE_SIGNING_ID)" $(BUNDLEDIR)
|
||||
cd $(BUNDLEDIR)/.. && rm -f $(MAXAPPDMG) && hdiutil create $(MACAPPDMG) -srcfolder $(MACAPPNAME) -ov && cd -
|
||||
|
||||
pkg: $(MACAPPNAME)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue