boxer-project / boxer-sunrise

Sunrise on the Boxer Reconstruction Project
BSD 3-Clause "New" or "Revised" License
39 stars 2 forks source link

Sign and Notarize MacOS builds #38

Closed sgithens closed 2 years ago

sgithens commented 2 years ago

Some minor code changes are required to update the paths we load libfreetype.dylib from and the compiled lisp files for cl-freetype. Previously these were in app/Contents/Resources/..., however that location for signed and notarized apps can only contain data. The libfreetype.dylib files will move to app/Contents/Frameworks and all the compiled lisp files will move to app/Contents/PlugIns

The delivery script requires the :split t option in order to codesign the application binary.

sgithens commented 2 years ago

Work for this is complete and current macOS builds are signed/notarized.