From 5a52860c802f49b97818d52c1c5bc8afd06eee95 Mon Sep 17 00:00:00 2001 From: Curry Yang <163384738+CurryYangxx@users.noreply.github.com> Date: Mon, 12 Jan 2026 21:14:48 +0800 Subject: [PATCH] Clarify macOS entitlements for local testing (#9559) Updated instructions for macOS local testing of the packaged app to set the library validation key to true. --- packages/insomnia-smoke-test/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/insomnia-smoke-test/README.md b/packages/insomnia-smoke-test/README.md index 0e79ca7f58..9d616e1b76 100644 --- a/packages/insomnia-smoke-test/README.md +++ b/packages/insomnia-smoke-test/README.md @@ -119,10 +119,7 @@ npm run app-package npm run test:smoke:package ``` -> Note: for local testing of the packaged app on macOS you need to change the entitlements temporarily to allow unsigned apps to run. You can do this by changing the `com.apple.security.cs.disable-library-validation` key in `entitlements.mac.inherit.plist` file to -> to ` com.apple.security.cs.disable-library-validation - - ` +> Note: for local testing of the packaged app on macOS you need to change the entitlements temporarily to allow unsigned apps to run. You can do this by changing the `com.apple.security.cs.disable-library-validation` key in `entitlements.mac.inherit.plist` file to `true`. (Remember do not commit to the origin repo!) Each of the above commands will automatically run the Express server, so you do not need to take any extra steps.