diff options
author | damencho <damencho@jitsi.org> | 2017-01-30 18:05:02 -0600 |
---|---|---|
committer | damencho <damencho@jitsi.org> | 2017-01-30 18:05:02 -0600 |
commit | 695cc916086284c23626b11657f8271a96cf46ab (patch) | |
tree | bf799c9d66d722214f8086de956ffdab456b2493 /resources | |
parent | 589bd9ffd7f27e1ac8cba2f14c55fd94ccc95a66 (diff) | |
download | jitsi-695cc916086284c23626b11657f8271a96cf46ab.zip jitsi-695cc916086284c23626b11657f8271a96cf46ab.tar.gz jitsi-695cc916086284c23626b11657f8271a96cf46ab.tar.bz2 |
Updates developer id that is used to sign dmg.
Diffstat (limited to 'resources')
-rw-r--r-- | resources/install/build.xml | 2 |
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 "org.${package.name}" 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] = "BE8738ZVRM""/> + <arg value="=designated => identifier "org.${package.name}" 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] = "9J46G85C89""/> <arg value="${macosx.app.dir}/${application.name}.app"/> </exec> |