From 06c525fcd220fa66ad4632d23bd474a9f3c6ef90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Lamy?= Date: Thu, 6 Feb 2025 08:09:46 -0500 Subject: [PATCH] sequoia instructions --- docs/LocalMacSetup.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/LocalMacSetup.md b/docs/LocalMacSetup.md index 1591bd0cb..d6b0024ff 100644 --- a/docs/LocalMacSetup.md +++ b/docs/LocalMacSetup.md @@ -1,9 +1,9 @@ ### Installation - Download the `.dmg` installer by clicking on this link [macOS Installer](https://github.com/owlcms/owlcms-controlpanel/releases/latest/download/macOS_Control_Panel_Installer.dmg) - + - See this link for the [release notes](https://github.com/owlcms/owlcms-controlpanel/releases/latest) - + - Open the `.dmg` file. - There are two options for you (you can do both if you want to) @@ -11,12 +11,18 @@ - Drag the owlcms icon to the Application icon. This will copy the control panel app in your Application folder and you will find it there along with your other applications - Drag the owlcms icon to your desktop directly. - ![30](nimg/1120Mac/30.jpg) + ![30](../../../../../Dev/git/owlcms_v23stable/owlcms_v23master/docs/nimg/1120Mac/30.jpg) ### Running OWLCMS -- After dragging the app to its location, **Right-click** on it. A warning about running an unsigned application will come up. **Select Open** to authorize the application to run. *This is only needed the first time around.* +- **For macOS 14 and earlier**: + - After dragging the app to its location, **Right-click** on it. A warning about running an unsigned application will come up. **Select Open** to authorize the application to run. This is only needed the first time around. + +- **For macOS 15**: + - Try to run the program. This will be denied. The right-click shortcut no longer works. + + - Go to the `System Settings` > `Privacy` menu. Scroll to the bottom. You should see an option to allow owlcms to run. See this [illustrated guide](https://wiki.hacks.guide/wiki/Open_unsigned_applications_on_macOS_Sequoia) for the process -- you will of course use `owlcms` as the application name. - Once this is done, you can follow the steps shown in the [Local Control Panel Overview](LocalControlPanel)