From 413c1e41b5b4f753af2d978fd0d261c15e82f76c Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Thu, 30 Mar 2023 18:24:25 +0100 Subject: [PATCH] Revert "Chore: Mac binary signing tweaks for embedded plugins (#7988)" This reverts commit cf4008951d8ffb8dc45c6e7c6b55db68719ff05b. Not working. Ref: https://github.com/laurent22/joplin/issues/7934#issuecomment-1490632038 --- .github/scripts/run_ci.sh | 4 ++-- packages/app-desktop/build-mac/entitlements.mac.inherit.plist | 2 -- packages/app-desktop/package.json | 2 -- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/scripts/run_ci.sh b/.github/scripts/run_ci.sh index a3fb47e77..e1e09fd1f 100755 --- a/.github/scripts/run_ci.sh +++ b/.github/scripts/run_ci.sh @@ -180,8 +180,8 @@ cd "$ROOT_DIR/packages/app-desktop" if [[ $GIT_TAG_NAME = v* ]]; then echo "Step: Building and publishing desktop application..." - cd "$ROOT_DIR/packages/tools" - node bundleDefaultPlugins.js + # cd "$ROOT_DIR/packages/tools" + # node bundleDefaultPlugins.js cd "$ROOT_DIR/packages/app-desktop" USE_HARD_LINKS=false yarn run dist elif [[ $IS_LINUX = 1 ]] && [[ $GIT_TAG_NAME = $SERVER_TAG_PREFIX-* ]]; then diff --git a/packages/app-desktop/build-mac/entitlements.mac.inherit.plist b/packages/app-desktop/build-mac/entitlements.mac.inherit.plist index d46335fd0..46f43d4a0 100644 --- a/packages/app-desktop/build-mac/entitlements.mac.inherit.plist +++ b/packages/app-desktop/build-mac/entitlements.mac.inherit.plist @@ -8,7 +8,5 @@ com.apple.security.cs.allow-dyld-environment-variables - com.apple.security.cs.disable-library-validation - diff --git a/packages/app-desktop/package.json b/packages/app-desktop/package.json index 8911febf7..5bc508d9d 100644 --- a/packages/app-desktop/package.json +++ b/packages/app-desktop/package.json @@ -79,9 +79,7 @@ "icon": "../../Assets/macOs.icns", "target": "dmg", "hardenedRuntime": true, - "gatekeeperAssess": false, "entitlements": "./build-mac/entitlements.mac.inherit.plist", - "entitlementsInherit": "./build-mac/entitlements.mac.inherit.plist", "extendInfo": { "CFBundleURLTypes": [ {