summary refs log tree commit diff
path: root/pkgs/tools/misc/hdfview/disable-mac-signing.patch
blob: d7d67f7ac608378d884c63f3a4d825f43941c879 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
diff --git a/build.xml b/build.xml
index 70ab3e2..9460321 100644
--- a/build.xml
+++ b/build.xml
@@ -1802,13 +1802,6 @@
             description="Create the final package for distribution" />
 
     <target name="createJPackageMac" depends="createJPackageBase" if="${isAppMac}">
-        <!-- unlock keychain -->
-        <exec executable="security" dir="${dist.dir}" failonerror="true">
-            <arg value="unlock-keychain" />
-            <arg value="-p" />
-            <arg value="${login.keychain_key}" />
-            <arg value="login.keychain" />
-        </exec>
 
         <echo> Create the mac jpackage</echo>
         <exec executable="${java.home}/bin/jpackage">
@@ -1864,7 +1857,6 @@
             <arg value="app-image" />
             <arg value="--icon" />
             <arg value="${basedir}/package_files/macosx/HDFView.icns" />
-            <arg value="--mac-sign" />
             <arg value="--mac-package-identifier" />
             <arg value="HDFView.hdfgroup.org" />
             <arg value="--mac-package-name" />