Skip to content

Commit

Permalink
[ignore] Use non-ambiguous Apple Cert ID
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Oct 17, 2024
1 parent 72f5439 commit 7544eb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion exist-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
<mac.bundle.resources.dir>${mac.bundle.dir}/Contents/Resources</mac.bundle.resources.dir>
<mac.bundle.java.dir>${mac.bundle.dir}/Contents/Java</mac.bundle.java.dir>
<mac.dmg>${project.build.directory}/eXist-db-${project.version}.dmg</mac.dmg>
<mac.codesign.identity>Developer ID Application: Evolved Binary Ltd</mac.codesign.identity>
<!-- mac.codesign.identity>Developer ID Application: Evolved Binary Ltd</mac.codesign.identity -->
<mac.codesign.identity>8B85321E0ECDA5AF4DA59EFC5B453983DEE3CBB4</mac.codesign.identity>
</properties>

<dependencies>
Expand Down

0 comments on commit 7544eb1

Please sign in to comment.