<p></p>
<p><b>@ripcurlx</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4242#discussion_r544545657">desktop/package/package.gradle</a>:</p>
<pre style='color:#555'>> +                        macOpts +
+                        " --type app-image")
+
+                // macOS step 3: Sign app (hardended runtime)
+                File bisqAppImageFullPath = new File(binariesFolderPath, "Bisq.app")
+                executeCmd("codesign" +
+                        " --sign \"${envVariableSigningID}\"" +
+                        " --options runtime" +
+                        " --entitlements macos.entitlements" +
+                        " --force" +
+                        " --verbose" +
+                        "${bisqAppImageFullPath}/Contents/runtime/Contents/MacOS/libjli.dylib")
+                executeCmd("codesign" +
+                        " --sign \"${envVariableSigningID}\"" +
+                        " --options runtime" +
+                        " --entitlements macos.entitlements" +
</pre>
<p>I think you missed to add the <code>macos.entitlements</code> file to the build.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/4242#pullrequestreview-553991406">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNR5JU6ZV3PBAGBCZM3SVD7LTANCNFSM4M3JTONQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNV4LPRKVYEQS5X3STLSVD7LTA5CNFSM4M3JTON2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOEECTZ3Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/4242#pullrequestreview-553991406",
"url": "https://github.com/bisq-network/bisq/pull/4242#pullrequestreview-553991406",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>