Skip to content

Commit

Permalink
Fix the entitlements of QtWebEngine which prevent it to start on arm …
Browse files Browse the repository at this point in the history
…arches (#2794)
  • Loading branch information
rumtid authored Jul 3, 2024
1 parent 96ec6a4 commit fc65b0b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scripts/build/osx.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<!-- These two restrictions must be lifted to make QtWebengine work -->
<!-- Entries are referenced from Qt/6.5.3/macos/lib/QtWebEngineCore.framework/Helpers/QtWebEngineProcess.app/Contents/Resources/QtWebEngineProcess.entitlements -->
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.disable-executable-page-protection</key>
<true/>
</dict>
Expand Down

0 comments on commit fc65b0b

Please sign in to comment.