Skip to content

Commit

Permalink
- remove Sonoma warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Hart committed Jan 24, 2025
1 parent 191f084 commit ba3e16e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions hi_backend/backend/CompileExporter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1951,17 +1951,6 @@ void CompileExporter::ProjectTemplateHelpers::handleCompilerInfo(CompileExporter

auto copyPlugin = !isUsingCIMode();

#if JUCE_MAC
auto macOSVersion = SystemStats::getOperatingSystemType();

// deactivate copy step on Sonoma (or later) to avoid the cycle dependencies error...
if(macOSVersion >= SystemStats::MacOS_14)
{
PresetHandler::showMessageWindow("Copystep diabled", "macOS Sonoma (or later) will cause a compile error if the copy step is enabled, so you have to copy the plugin files into the plugin folders manually after compilation");
copyPlugin = false;
}
#endif

REPLACE_WILDCARD_WITH_STRING("%COPY_PLUGIN%", copyPlugin ? "1" : "0");

#if JUCE_MAC
Expand Down

0 comments on commit ba3e16e

Please sign in to comment.