Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to enable hardened runtime for Chromaprint. #62

Open
aslam548 opened this issue Sep 30, 2019 · 2 comments
Open

how to enable hardened runtime for Chromaprint. #62

aslam548 opened this issue Sep 30, 2019 · 2 comments

Comments

@aslam548
Copy link

aslam548 commented Sep 30, 2019

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.

@phw
Copy link
Contributor

phw commented Oct 30, 2019

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
Copy link
Contributor

phw commented Oct 31, 2019

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants