Skip to content

Commit

Permalink
add entitlements
Browse files Browse the repository at this point in the history
  • Loading branch information
aliasaria committed Jan 11, 2024
1 parent f8c5654 commit 4906d09
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions assets/entitlements.mac.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@
<true/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
</dict>
</plist>
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
"x64"
]
},
"category": "public.app-category.developer-tools",
"type": "distribution",
"hardenedRuntime": true,
"entitlements": "assets/entitlements.mac.plist",
Expand Down Expand Up @@ -278,4 +279,4 @@
],
"logLevel": "quiet"
}
}
}
6 changes: 3 additions & 3 deletions release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "transformerlab",
"version": "0.1.0",
"version": "0.1.2",
"description": "A tool to play with and train LLMs",
"license": "???",
"author": {
"name": "Ali Asaria",
"email": "ali.asaria@gmail.com",
"email": "aliasaria",
"url": "https://github.com/aliasaria"
},
"main": "./dist/main/main.js",
Expand All @@ -17,4 +17,4 @@
"dependencies": {
"ssh2": "^1.14.0"
}
}
}

0 comments on commit 4906d09

Please sign in to comment.