We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0a9ee commit 3d58195Copy full SHA for 3d58195
playground/src-tauri/Entitlements.plist
@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+<plist version="1.0">
4
+<dict>
5
+ <key>com.apple.security.cs.disable-library-validation</key>
6
+ <true/>
7
+</dict>
8
+</plist>
playground/src-tauri/tauri.conf.json
@@ -30,6 +30,10 @@
30
"icons/128x128@2x.png",
31
"icons/icon.icns",
32
"icons/icon.ico"
33
- ]
+ ],
34
+ "macOS": {
35
+ "entitlements": "./Entitlements.plist",
36
+ "exceptionDomain": "no.divvun.runtime.playground"
37
+ }
38
}
39
0 commit comments