1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Docs: Clarify iOS AUv3 hosting dependency on the IAA entitlement

This commit is contained in:
Tom Poole 2023-06-05 14:47:35 +01:00
parent b82dd22365
commit 1c79258bba

View file

@ -49,6 +49,9 @@ namespace build_tools
if (isiOS)
{
// The Inter-App Audio entitlement is currently deprecated, but it
// also "provides access to Audio Unit extensions". Without the
// entitlement iOS apps are unable to access AUv3 plug-ins.
if ((isAudioPluginProject && shouldEnableIAA) || isAUPluginHost)
entitlements.set ("inter-app-audio", "<true/>");