Skip to content

Commit

Permalink
fix macos-14 code signing
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoVan committed Aug 7, 2024
1 parent d7c5039 commit 06a1709
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion s/dev/darwin/config-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ ls -lah .
cp -L -R $(brew --prefix)/lib/girepository-1.0/*.typelib ./

# codesign for macos-14, since we changed those libs
ls *.dylib | xargs -I _ codesign --sign - --force --preserve-metadata=entitlements,requirements,flags,runtime _
sudo codesign --sign - --force *.*

0 comments on commit 06a1709

Please sign in to comment.