From 95c41a55dc3cf26086f2b09c656aa677228e1f06 Mon Sep 17 00:00:00 2001 From: Maigo Erit Date: Fri, 16 Jul 2021 10:36:24 +0300 Subject: [PATCH] Remove more entitlements, so application would run, even after success notarizing --- README.md | 6 +++--- client/package.json | 2 +- electron/build/entitlements.mac.plist | 6 ------ electron/package-lock.json | 2 +- electron/package.json | 2 +- 5 files changed, 6 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 1f954d4f..b692929f 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ | Operating System | Download | | ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Windows (32 and 64-bit) | Get it on Windows | -| macOS | Get it on macOS | -| Linux | Get it on Linux | +| Windows (32 and 64-bit) | Get it on Windows | +| macOS | Get it on macOS | +| Linux | Get it on Linux | # Feedback diff --git a/client/package.json b/client/package.json index dec0454a..0e877649 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "tockler", - "version": "3.19.4", + "version": "3.19.5", "private": true, "dependencies": { "@analytics/google-analytics": "^0.5.3", diff --git a/electron/build/entitlements.mac.plist b/electron/build/entitlements.mac.plist index d04831a0..bb87459e 100644 --- a/electron/build/entitlements.mac.plist +++ b/electron/build/entitlements.mac.plist @@ -2,13 +2,7 @@ - - com.apple.security.cs.allow-jit - com.apple.security.cs.allow-unsigned-executable-memory - - com.apple.security.cs.disable-library-validation - \ No newline at end of file diff --git a/electron/package-lock.json b/electron/package-lock.json index 4582c53d..215df3c3 100644 --- a/electron/package-lock.json +++ b/electron/package-lock.json @@ -1,6 +1,6 @@ { "name": "tockler", - "version": "3.19.4", + "version": "3.19.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/electron/package.json b/electron/package.json index 82423ada..3ae1c6e6 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "tockler", - "version": "3.19.4", + "version": "3.19.5", "description": "Automatically track applications usage and working time", "author": "Maigo Erit ", "license": "GPL-2.0",