Skip to content

Commit 3d58195

Browse files
committed
Add entitlements...
1 parent ed0a9ee commit 3d58195

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
"icons/128x128@2x.png",
3131
"icons/icon.icns",
3232
"icons/icon.ico"
33-
]
33+
],
34+
"macOS": {
35+
"entitlements": "./Entitlements.plist",
36+
"exceptionDomain": "no.divvun.runtime.playground"
37+
}
3438
}
3539
}

0 commit comments

Comments
 (0)