Skip to content

Commit 5b43883

Browse files
committed
chore: update entitlements for macOS to allow JIT compilation
- Added the key `com.apple.security.cs.allow-jit` to the entitlements.mac.plist to enable Just-In-Time compilation for improved performance on macOS.
1 parent f3a9078 commit 5b43883

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

electron/build/entitlements.mac.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
<dict>
55
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
66
<true/>
7+
<key>com.apple.security.cs.allow-jit</key>
8+
<true/>
79
</dict>
810
</plist>

electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tockler",
33
"productName": "Tockler",
4-
"version": "4.0.1",
4+
"version": "4.0.2",
55
"description": "Tockler",
66
"author": "Maigo Erit <[email protected]>",
77
"license": "GPL-2.0",

0 commit comments

Comments
 (0)