mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Add inter-app-audio entitlement to iOS AU hosts
This commit is contained in:
parent
d54f7abb13
commit
ca47dc66a3
5 changed files with 41 additions and 18 deletions
|
|
@ -36,6 +36,7 @@ namespace build_tools
|
|||
bool isiOS = false;
|
||||
bool isAudioPluginProject = false;
|
||||
bool shouldEnableIAA = false;
|
||||
bool isAUPluginHost = false;
|
||||
bool isiCloudPermissionsEnabled = false;
|
||||
bool isPushNotificationsEnabled = false;
|
||||
bool isAppGroupsEnabled = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue