From 4906d09b2f5ef13f0190afbab47bd7450c066dd8 Mon Sep 17 00:00:00 2001
From: ali asaria <aliasaria@users.noreply.github.com>
Date: Thu, 11 Jan 2024 10:37:34 -0500
Subject: [PATCH] add entitlements

---
 assets/entitlements.mac.plist | 4 ++++
 package.json                  | 3 ++-
 release/app/package.json      | 6 +++---
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/assets/entitlements.mac.plist b/assets/entitlements.mac.plist
index dad3e20e..84bf0947 100644
--- a/assets/entitlements.mac.plist
+++ b/assets/entitlements.mac.plist
@@ -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>
diff --git a/package.json b/package.json
index ab398e89..57cb721e 100644
--- a/package.json
+++ b/package.json
@@ -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
+}
diff --git a/release/app/package.json b/release/app/package.json
index eceb3667..2c8c7d23 100644
--- a/release/app/package.json
+++ b/release/app/package.json
@@ -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",
@@ -17,4 +17,4 @@
   "dependencies": {
     "ssh2": "^1.14.0"
   }
-}
\ No newline at end of file
+}
-- 
GitLab