mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
Forced sandbox only for the Appstore app
This commit is contained in:
parent
98d5a7daf7
commit
0232d20b2b
4
Makefile
4
Makefile
@ -203,7 +203,7 @@ xca.app: xca$(SUFFIX) $(INSTSTAMP)
|
||||
|
||||
xca.dmg: $(MACTARGET).dmg
|
||||
|
||||
CODESIGN=codesign --deep --signature-size=96000 --options=runtime --timestamp --entitlements $(TOPDIR)/misc/entitlement.plist
|
||||
CODESIGN=codesign --deep --signature-size=96000 --options=runtime --timestamp
|
||||
|
||||
$(MACTARGET).dmg: $(DMGSTAGE)
|
||||
@$(PRINT) " DMG $@"
|
||||
@ -228,7 +228,7 @@ $(MACTARGET).pkg: xca.app xca.app.dSYM
|
||||
mkdir -p $(APPSTORE_DIR)/dSYM
|
||||
cp -a $^ $(APPSTORE_DIR)
|
||||
$(MACDEPLOYQT) $(APPSTORE_DIR)/xca.app -appstore-compliant
|
||||
$(CODESIGN) -s "$(APPLE_CERT_3PARTY_APP)" $(APPSTORE_DIR)/xca.app
|
||||
$(CODESIGN) -s "$(APPLE_CERT_3PARTY_APP)" --entitlements $(TOPDIR)/misc/entitlement.plist $(APPSTORE_DIR)/xca.app
|
||||
# Having the xca.app.dSYM around is apparently not sufficient
|
||||
symbols -noTextInSOD -noDaemon -arch all \
|
||||
-symbolsPackageDir $(APPSTORE_DIR)/dSYM \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user