mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-04 02:33:14 +01:00
Abandon the drag-and-drop of plug ins for now.
This commit is contained in:
@@ -201,18 +201,6 @@
|
|||||||
<key>CFBundleTypeRole</key>
|
<key>CFBundleTypeRole</key>
|
||||||
<string>Editor</string>
|
<string>Editor</string>
|
||||||
</dict>
|
</dict>
|
||||||
<dict>
|
|
||||||
<key>CFBundleTypeExtensions</key>
|
|
||||||
<array>
|
|
||||||
<string>ny</string>
|
|
||||||
</array>
|
|
||||||
<key>CFBundleTypeIconFile</key>
|
|
||||||
<string>AudacityProject.icns</string>
|
|
||||||
<key>CFBundleTypeName</key>
|
|
||||||
<string>Nyquist Plug-in File</string>
|
|
||||||
<key>CFBundleTypeRole</key>
|
|
||||||
<string>Shell</string>
|
|
||||||
</dict>
|
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>AUDACITY_EXECUTABLE</string>
|
<string>AUDACITY_EXECUTABLE</string>
|
||||||
|
|||||||
@@ -226,7 +226,7 @@
|
|||||||
|
|
||||||
// Paul Licameli (PRL) 28 Dec 2017
|
// Paul Licameli (PRL) 28 Dec 2017
|
||||||
// Easy drag-and-drop to add Nyquist, LADSPA, and VST plug-ins
|
// Easy drag-and-drop to add Nyquist, LADSPA, and VST plug-ins
|
||||||
#define EXPERIMENTAL_DRAG_DROP_PLUG_INS
|
// #define EXPERIMENTAL_DRAG_DROP_PLUG_INS
|
||||||
|
|
||||||
#ifndef IN_RC
|
#ifndef IN_RC
|
||||||
// Define to include crash reporting
|
// Define to include crash reporting
|
||||||
|
|||||||
Reference in New Issue
Block a user