Skip to content

Commit

Permalink
Add com.apple.security.cs.allow-jit entitlement
Browse files Browse the repository at this point in the history
  • Loading branch information
hyazinthh committed Jan 13, 2025
1 parent 1b8423d commit 621765d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- master
- electron20
- fix/darwin-arm64
paths:
- RELEASE_NOTES.md
- .github/workflows/pack.yml
Expand Down
2 changes: 2 additions & 0 deletions Aardium/build/entitlements.mac.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
</dict>
</plist>
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.1.2-prerelease0002
- Added com.apple.security.cs.allow-jit entitlement

### 2.1.2-prerelease0001
- Potential fix for MacOS ARM64 crash

Expand Down

0 comments on commit 621765d

Please sign in to comment.