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:
parent
191945c8f7
commit
b8df8e753b
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user