bug 1346422 - switch mac signing format to macapp. r=rail a=release draft
authorAki Sasaki <asasaki@mozilla.com>
Tue, 28 Mar 2017 12:24:25 -0700
changeset 552601 4fa754d9063ce0083d3615e5af6d6185da3e7af5
parent 552600 47dfce832d75edb30fa3dac79a62828dba22e70b
child 621865 d410c8468645c5526dca392cad7de7a3bf3ea410
push id51406
push userasasaki@mozilla.com
push dateTue, 28 Mar 2017 19:24:40 +0000
reviewersrail, release
bugs1346422
milestone55.0a1
bug 1346422 - switch mac signing format to macapp. r=rail a=release MozReview-Commit-ID: KtKjzoORKQi
toolkit/mozapps/installer/signing.mk
--- a/toolkit/mozapps/installer/signing.mk
+++ b/toolkit/mozapps/installer/signing.mk
@@ -18,17 +18,17 @@ SIGN_INCLUDES := \
 
 SIGN_EXCLUDES := \
   'D3DCompiler*.dll' \
   'msvc*.dll' \
   $(NULL)
 endif # Windows
 
 ifeq (Darwin, $(OS_ARCH))
-MOZ_INTERNAL_SIGNING_FORMAT := dmgv2
+MOZ_INTERNAL_SIGNING_FORMAT := macapp
 MOZ_EXTERNAL_SIGNING_FORMAT :=
 endif # Darwin
 
 ifeq (linux-gnu,$(TARGET_OS))
 MOZ_EXTERNAL_SIGNING_FORMAT :=
 endif # Linux
 
 ifdef MOZ_ASAN