rustimport icon indicating copy to clipboard operation
rustimport copied to clipboard

Implement Apple codesign awareness

Open mityax opened this issue 3 years ago • 0 comments

From @zifeo

Also, you may want to include some code signing logic (codesign --verify --verbose --sign - native.cpython-310-darwin.so) . Currently, it seems that the generated .so is rewritten violating its signature when used by another process (you can also remove and recreate the file instead).

See previous discussion in #2

mityax avatar May 24 '22 17:05 mityax