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

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

This commit is contained in:
Tom Poole 2023-06-01 11:43:24 +01:00
parent eb0ba226d3
commit 82377a787a
7 changed files with 34 additions and 18 deletions

View file

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