Add entitlemet for v8

This commit is contained in:
Gregory Schier
2023-04-02 20:23:21 -07:00
parent 5a81c5de17
commit c1d7f6e544
3 changed files with 10 additions and 2 deletions

View File

@@ -58,5 +58,4 @@ jobs:
releaseBody: 'See the assets to download this version and install.'
releaseDraft: false
prerelease: false
includeDebug: true
args: '--target universal-apple-darwin'

View File

@@ -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>

View File

@@ -8,7 +8,7 @@
},
"package": {
"productName": "Yaak",
"version": "2023.0.9"
"version": "2023.0.10"
},
"tauri": {
"windows": [],
@@ -52,6 +52,7 @@
},
"macOS": {
"exceptionDomain": "",
"entitlements": "macos/entitlements.plist",
"frameworks": []
},
"windows": {