Skip to content

Commit

Permalink
add codesign for macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
Vito Van committed Aug 7, 2024
1 parent fe98e98 commit 252a6a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions s/dev/darwin/config-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,6 @@ ls -lah .

# copy all typelibs
cp -L -R $(brew --prefix)/lib/girepository-1.0/*.typelib ./

# codesign for macos-14, since we changed those libs
sudo codesign --sign - --force *.*

0 comments on commit 252a6a6

Please sign in to comment.