We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The hardened runtime protects against certain (local) attacks.
We have to check if we can enable it, because QtDeclarative runs with a JIT (by default).
Apple documentation: https://developer.apple.com/documentation/security/hardened-runtime
Also: XCODE_ATTRIBUTE_ENABLE_HARDENED_RUNTIME
XCODE_ATTRIBUTE_ENABLE_HARDENED_RUNTIME
The text was updated successfully, but these errors were encountered:
This issue was marked stale because it has been open for 30 days with no activity. Remove the stale label or comment or this will be closed in 7 days.
Sorry, something went wrong.
No branches or pull requests
The hardened runtime protects against certain (local) attacks.
We have to check if we can enable it, because QtDeclarative runs with a JIT (by default).
Apple documentation: https://developer.apple.com/documentation/security/hardened-runtime
Also:
XCODE_ATTRIBUTE_ENABLE_HARDENED_RUNTIME
The text was updated successfully, but these errors were encountered: