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

Revert "iOS: Remove default Inter-App Audio entitlement from AU hosts"

This reverts commit 82377a787a.
This commit is contained in:
Tom Poole 2023-06-05 14:29:43 +01:00
parent 5de235c8fd
commit b82dd22365
7 changed files with 18 additions and 34 deletions

View file

@ -49,7 +49,7 @@ namespace build_tools
if (isiOS)
{
if ((isAudioPluginProject && shouldEnableIAA) || (isAUPluginHost && isAUHostIAAEnabled))
if ((isAudioPluginProject && shouldEnableIAA) || isAUPluginHost)
entitlements.set ("inter-app-audio", "<true/>");
if (isiCloudPermissionsEnabled)

View file

@ -39,7 +39,6 @@ namespace build_tools
bool isAUPluginHost = false;
bool isiCloudPermissionsEnabled = false;
bool isPushNotificationsEnabled = false;
bool isAUHostIAAEnabled = false;
bool isAppGroupsEnabled = false;
bool isHardenedRuntimeEnabled = false;
bool isAppSandboxEnabled = false;