aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordamencho <damencho@jitsi.org>2017-01-30 18:05:02 -0600
committerdamencho <damencho@jitsi.org>2017-01-30 18:05:02 -0600
commit695cc916086284c23626b11657f8271a96cf46ab (patch)
treebf799c9d66d722214f8086de956ffdab456b2493
parent589bd9ffd7f27e1ac8cba2f14c55fd94ccc95a66 (diff)
downloadjitsi-695cc916086284c23626b11657f8271a96cf46ab.zip
jitsi-695cc916086284c23626b11657f8271a96cf46ab.tar.gz
jitsi-695cc916086284c23626b11657f8271a96cf46ab.tar.bz2
Updates developer id that is used to sign dmg.
-rw-r--r--resources/install/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/install/build.xml b/resources/install/build.xml
index 41624fa..98202f8 100644
--- a/resources/install/build.xml
+++ b/resources/install/build.xml
@@ -1758,7 +1758,7 @@
<!-- the designated param value is taken after executing the command
on already installed and signed application
$ codesign -d -r- /Applications/Jitsi.app -->
- <arg value="=designated => identifier &quot;org.${package.name}&quot; and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = &quot;BE8738ZVRM&quot;"/>
+ <arg value="=designated => identifier &quot;org.${package.name}&quot; and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = &quot;9J46G85C89&quot;"/>
<arg value="${macosx.app.dir}/${application.name}.app"/>
</exec>