Skip to content

Commit

Permalink
fix: format of plist
Browse files Browse the repository at this point in the history
  • Loading branch information
1arie1 committed Dec 7, 2024
1 parent c46b6fb commit 1fd25f8
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions scripts/hardened_runtime_entitlements.plist
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>

0 comments on commit 1fd25f8

Please sign in to comment.