1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 23:59:37 +02:00

macOs magic to allow drag and drop of .ny file onto Audacity program icon

This commit is contained in:
Paul Licameli 2018-01-03 03:22:56 -05:00
parent 191945c8f7
commit b8df8e753b

View File

@ -201,6 +201,18 @@
<key>CFBundleTypeRole</key>
<string>Editor</string>
</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>
<key>CFBundleExecutable</key>
<string>AUDACITY_EXECUTABLE</string>