This is an automated email from the ASF dual-hosted git repository.
neilcsmith pushed a commit to branch delivery
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/delivery by this push:
new 453b7c62ea Adding libjunixsocket-native-2.5.1.dylib to the list of
native binaries that are signed when creating the macOS installer
new 0f752d0b80 Merge pull request #4471 from
mcdonnell-john/adding-native-binaries-to-mac-installer
453b7c62ea is described below
commit 453b7c62eae3c1f069708d7df4b99f8f4d35840f
Author: John McDonnell <[email protected]>
AuthorDate: Sun Aug 7 06:33:11 2022 +0100
Adding libjunixsocket-native-2.5.1.dylib to the list of native binaries
that are signed when creating the macOS installer
---
nbbuild/installer/mac/newbuild/commonfiles/signNativeBinaries.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nbbuild/installer/mac/newbuild/commonfiles/signNativeBinaries.sh
b/nbbuild/installer/mac/newbuild/commonfiles/signNativeBinaries.sh
index f1d21cc8ba..d91007eff6 100644
--- a/nbbuild/installer/mac/newbuild/commonfiles/signNativeBinaries.sh
+++ b/nbbuild/installer/mac/newbuild/commonfiles/signNativeBinaries.sh
@@ -28,7 +28,7 @@ fi
appSigningIdentity="$1"
appDir="$2"
-nativeExecutionBinaries=(
"/netbeans/ide/bin/nativeexecution/MacOSX-x86/unbuffer.dylib"
"/netbeans/ide/bin/nativeexecution/MacOSX-x86/pty"
"/netbeans/ide/bin/nativeexecution/MacOSX-x86/pty_open"
"/netbeans/ide/bin/nativeexecution/MacOSX-x86/process_start"
"/netbeans/ide/bin/nativeexecution/MacOSX-x86/killall"
"/netbeans/ide/bin/nativeexecution/MacOSX-x86/stat"
"/netbeans/ide/bin/nativeexecution/MacOSX-x86_64/unbuffer.dylib"
"/netbeans/ide/bin/nativeexecution/MacOSX-x86_64/pty" "/netbeans [...]
+nativeExecutionBinaries=(
"/netbeans/ide/bin/nativeexecution/MacOSX-x86/unbuffer.dylib"
"/netbeans/ide/bin/nativeexecution/MacOSX-x86/pty"
"/netbeans/ide/bin/nativeexecution/MacOSX-x86/pty_open"
"/netbeans/ide/bin/nativeexecution/MacOSX-x86/process_start"
"/netbeans/ide/bin/nativeexecution/MacOSX-x86/killall"
"/netbeans/ide/bin/nativeexecution/MacOSX-x86/stat"
"/netbeans/ide/bin/nativeexecution/MacOSX-x86_64/unbuffer.dylib"
"/netbeans/ide/bin/nativeexecution/MacOSX-x86_64/pty" "/netbeans [...]
jniBinaries=("/netbeans/platform/modules/lib/aarch64/libjnidispatch-nb.jnilib"
"/netbeans/platform/modules/lib/x86_64/libjnidispatch-nb.jnilib")
profilerBinaries=("/netbeans/profiler/lib/deployed/jdk16/mac/libprofilerinterface.jnilib"
"/netbeans/profiler/lib/deployed/jdk15/mac/libprofilerinterface.jnilib" )
jansiJar="/netbeans/java/maven/lib/jansi-2.4.0.jar"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists