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:
parent
5de235c8fd
commit
b82dd22365
7 changed files with 18 additions and 34 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue