Skip to content

Commit

Permalink
add necessary entitlements for arm64 mac build (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
atinylittleshell authored Jan 17, 2024
1 parent 173770a commit 98674b6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions apps/app/assets/entitlements.mac.plist
Original file line number Diff line number Diff line change
@@ -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-jit</key>
<true/>
</dict>
</plist>
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terminalone/monorepo",
"productName": "Terminal One",
"version": "1.4.0",
"version": "1.4.1",
"description": "A fast, elegant and intelligent cross-platform terminal.",
"author": "atinylittleshell <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -66,7 +66,8 @@
"arm64",
"x64"
]
}
},
"entitlements": "apps/app/assets/entitlements.mac.plist"
}
},
"devDependencies": {
Expand Down

0 comments on commit 98674b6

Please sign in to comment.