Skip to content

Commit

Permalink
chore(ops): Bring back plist for mac dmg build
Browse files Browse the repository at this point in the history
  • Loading branch information
ribose-jeffreylau committed Dec 18, 2024
1 parent 693a9fa commit a0fe964
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build/entitlements.mac.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?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-jit</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
</dict>
</plist>

0 comments on commit a0fe964

Please sign in to comment.