Skip to content
Snippets Groups Projects
Commit 4906d09b authored by ali asaria's avatar ali asaria
Browse files

add entitlements

parent f8c5654b
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......@@ -222,6 +222,7 @@
"x64"
]
},
"category": "public.app-category.developer-tools",
"type": "distribution",
"hardenedRuntime": true,
"entitlements": "assets/entitlements.mac.plist",
......@@ -278,4 +279,4 @@
],
"logLevel": "quiet"
}
}
\ No newline at end of file
}
{
"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",
......@@ -17,4 +17,4 @@
"dependencies": {
"ssh2": "^1.14.0"
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment