mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-08 04:20:09 +00:00
Projucer: Only add com.apple.security.app-sandbox entitlement by default to AUv3 projects on macOS
This commit is contained in:
parent
2b48d0e4bc
commit
ad241f8fec
1 changed files with 1 additions and 1 deletions
|
|
@ -3157,7 +3157,7 @@ private:
|
|||
for (auto& option : getHardenedRuntimeOptions())
|
||||
entitlements.set (option, "<true/>");
|
||||
|
||||
if (isAppSandboxEnabled() || (project.isAudioPluginProject() && target.type == XcodeTarget::AudioUnitv3PlugIn))
|
||||
if (isAppSandboxEnabled() || (isOSX() && project.isAudioPluginProject() && target.type == XcodeTarget::AudioUnitv3PlugIn))
|
||||
{
|
||||
entitlements.set ("com.apple.security.app-sandbox", "<true/>");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue