mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-04 10:43:08 +01:00
macOs magic to allow drag and drop of .ny file onto Audacity program icon
This commit is contained in:
@@ -201,6 +201,18 @@
|
|||||||
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user