mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-27 15:50:10 +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>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user