Skip to content

Commit

Permalink
Add macOS entitlements
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinez committed Aug 27, 2024
1 parent 8d73c39 commit b0104e6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src-tauri/Entitlements.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?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/>
</dict>
</plist>
5 changes: 5 additions & 0 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
}
},
"bundle": {
"category": "DeveloperTool",
"macOS": {
"entitlements": "./Entitlements.plist",
"hardenedRuntime": true
},
"active": true,
"targets": "all",
"icon": [
Expand Down

0 comments on commit b0104e6

Please sign in to comment.