mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
macOS: Added NSAppleEventsUsageDescription plist key to the AudioPluginHost to fix instantiating some third-party plug-ins
This commit is contained in:
parent
620383e93c
commit
50a22b75c2
2 changed files with 4 additions and 1 deletions
|
|
@ -6,7 +6,8 @@
|
|||
reportAppUsage="0" companyCopyright="ROLI Ltd.">
|
||||
<EXPORTFORMATS>
|
||||
<XCODE_MAC targetFolder="Builds/MacOSX" rtasFolder="~/SDKs/PT_80_SDK" objCExtraSuffix="M73TRi"
|
||||
smallIcon="c97aUr" bigIcon="c97aUr" microphonePermissionNeeded="1">
|
||||
smallIcon="c97aUr" bigIcon="c97aUr" microphonePermissionNeeded="1"
|
||||
sendAppleEventsPermissionNeeded="1" sendAppleEventsPermissionText="This is required for some third-party plug-ins to function correctly.">
|
||||
<CONFIGURATIONS>
|
||||
<CONFIGURATION name="Debug" isDebug="1" targetName="AudioPluginHost" recommendedWarnings="LLVM"/>
|
||||
<CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="AudioPluginHost"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@
|
|||
<dict>
|
||||
<key>NSMicrophoneUsageDescription</key>
|
||||
<string>This app requires audio input. If you do not have an audio interface connected it will use the built-in microphone.</string>
|
||||
<key>NSAppleEventsUsageDescription</key>
|
||||
<string>This is required for some third-party plug-ins to function correctly.</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue