From 5133720cc89949f3a40f0f6f5b4c78a955775671 Mon Sep 17 00:00:00 2001 From: rmcrackan Date: Sun, 30 Jun 2024 07:22:38 -0400 Subject: [PATCH 1/2] InstallOnMac.md updated instructions --- Documentation/InstallOnMac.md | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/Documentation/InstallOnMac.md b/Documentation/InstallOnMac.md index 631b17f1..0257cf32 100644 --- a/Documentation/InstallOnMac.md +++ b/Documentation/InstallOnMac.md @@ -16,13 +16,29 @@ This walkthrough should get you up and running with Libation on your Mac. - Apple Silicon (M1, M2, ...): `Libation.9.4.2-macOS-chardonnay-`**arm64**`.tgz` - Intel: `Libation.x.x.x-macOS-chardonnay-`**x64**`.tgz` - Move the extracted Libation app bundle to your applications folder. -- Open a terminal (Go > Utilities > Terminal) -- Copy/paste/run the following command (you'll be prompted to enter your password) - +- Right-click on Libation and then click on open +- The first time, it will not immediately show you an option to open it. Just dismiss the dialog and do the same thing again (right-click -> open) then you will get an option to run the unsigned application. This takes about 10 seconds. + +## If this doesn't work + +You can add Libation as a safe app without touching Gatekeeper. + +- Copy/paste/run the following command. Adjust the file path to the Libation.app on your computer if necessary. + + ```Console + xattr -r -d com.apple.quarantine ~/Downloads/Libation.app + ``` +- Close the terminal and use Libation! + +## If this still doesn't work + +- Copy/paste/run the following command (you'll be prompted to enter your Mac password) + ```Console sudo spctl --master-disable && sudo spctl --add --label "Libation" /Applications/Libation.app && open /Applications/Libation.app && sudo spctl --master-enable - ``` -- Close the terminal and use Libation! + ``` + +* Close the terminal and use Libation! ## Troubleshooting From 3488c8e0f50d794c1768e2e599d5a633254f227d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 17:45:08 +0000 Subject: [PATCH 2/2] Bump SixLabors.ImageSharp from 3.1.4 to 3.1.5 in /Source/LibationUiBase Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/SixLabors/ImageSharp/releases) - [Commits](https://github.com/SixLabors/ImageSharp/compare/v3.1.4...v3.1.5) --- updated-dependencies: - dependency-name: SixLabors.ImageSharp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Source/LibationUiBase/LibationUiBase.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/LibationUiBase/LibationUiBase.csproj b/Source/LibationUiBase/LibationUiBase.csproj index 453c35f9..ce4a3b51 100644 --- a/Source/LibationUiBase/LibationUiBase.csproj +++ b/Source/LibationUiBase/LibationUiBase.csproj @@ -9,7 +9,7 @@ - +