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:
parent
b82dd22365
commit
1c79258bba
1 changed files with 3 additions and 0 deletions
|
|
@ -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/>");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue