From b8d485ffbce6eb064b0939d578b1dc42b5a6e940 Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Sat, 11 Jul 2026 21:04:50 +0200 Subject: [PATCH 1/2] Apply suggested fix to COMPILING.md from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> --- COMPILING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COMPILING.md b/COMPILING.md index f907575ed0..6574fed2cd 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -166,7 +166,7 @@ If you want to build the installer, please run the `deploy_mac.sh` script: `./ma **Note:** -- If have a free Apple Developer Account, you can use it as a "Personal Team": +- If you have a free Apple Developer Account, you can use it as a "Personal Team": - Set it up under Xcode Menu->Preferences->Accounts. - Then choose a Bundle Identifier at your choice in the relevant field in the "General" Tab (in section "Identity") - Now click on the "Signing & Capabilities" tab. In the section "Signing", the "Automatically manage signing" option should be selected. From d37730582aa40d659675a01ee86cb9ef231ca05f Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Sat, 11 Jul 2026 21:04:50 +0200 Subject: [PATCH 2/2] Apply suggested fix to COMPILING.md from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> --- COMPILING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COMPILING.md b/COMPILING.md index 6574fed2cd..c6ac38b098 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -95,7 +95,7 @@ If you build with *ASIO* support, you'll need the [ASIO development files](https ### Compiling only 1. Create a folder under `\libs` called ASIOSDK2 -1. Download the [ASIOSDK](https://www.steinberg.net/asiosdk), open the top level folder in the .zip file and copy the contents into `[\path\to\jamulus\source]\libs\ASIOSDK2` if not already done, open the top level folder in the .zip file and copy the contents into `[\path\to\jamulus\source]\libs\ASIOSDK2` so that, e.g., the folder `[\path\to\jamulus\source]\libs\ASIOSDK2\common` exists +1. Download the [ASIOSDK](https://www.steinberg.net/asiosdk), open the top level folder in the .zip file and copy the contents into `[\path\to\jamulus\source]\libs\ASIOSDK2` so that, e.g., the folder `[\path\to\jamulus\source]\libs\ASIOSDK2\common` exists 1. Open Jamulus.pro in Qt Creator, configure the project with a default kit, then compile & run If you want to work with Visual Studio, run `qmake -tp vc Jamulus.pro` to generate the `vcxproj` file which enables you to test, debug and build Jamulus via Visual Studio.