Skip to content

Commit

Permalink
Ad-hoc sign after install_name_tool
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Apr 8, 2024
1 parent 0c06b3e commit 97d1dc2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ jobs:
echo "Updating $path to $new_path"
# Use install_name_tool to change the path
install_name_tool -change "$path" "$new_path" "$dylib_file"
codesign -fs- "$dylib_file"
fi
done
}
Expand Down
19 changes: 19 additions & 0 deletions GPTKVersion.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>version</key>
<dict>
<key>build</key>
<string>0</string>
<key>major</key>
<integer>2</integer>
<key>minor</key>
<integer>0</integer>
<key>patch</key>
<integer>0</integer>
<key>preRelease</key>
<string></string>
</dict>
</dict>
</plist>

0 comments on commit 97d1dc2

Please sign in to comment.