chromaprint icon indicating copy to clipboard operation
chromaprint copied to clipboard

how to enable hardened runtime for Chromaprint.

Open aslam548 opened this issue 6 years ago • 2 comments

how to enable hardened runtime for Chromaprint. when we notarized build it will give error.Any solution for hardened runtime enable. can you please tell me source code of chromaprint.

aslam548 avatar Sep 30 '19 07:09 aslam548

It seems to be possible to use the hardened runtime with cmake:

https://stackoverflow.com/questions/56023947/cmake-xcode-generator-add-capability-hardened-runtime

phw avatar Oct 30 '19 10:10 phw

@aslam548 I did some research, the hardened runtime is actually a flag getting applied during code signing. So when you codesign your app you should do so with the --options runtime parameter.

See https://stackoverflow.com/questions/55841118/is-the-macos-hardened-runtime-a-part-of-the-os-sdk

phw avatar Oct 31 '19 09:10 phw