Skip to content

Commit

Permalink
Merge pull request #23 from noir-neo/entitlements
Browse files Browse the repository at this point in the history
Add entitlements
  • Loading branch information
noir-neo authored Nov 15, 2023
2 parents fff344a + 6591803 commit e118942
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions hatbor.entitlements
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?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.disable-library-validation</key>
<true/>
<key>com.apple.security.cs.disable-executable-page-protection</key>
<true/>
</dict>
</plist>

0 comments on commit e118942

Please sign in to comment.