We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a20db commit 69f076aCopy full SHA for 69f076a
Audio/PluginController.mm
@@ -380,6 +380,8 @@ - (void)printPluginInfo {
380
\t\t\t<string>song.icns</string>\n\
381
\t\t\t<key>CFBundleTypeIconSystemGenerated</key>\n\
382
\t\t\t<integer>1</integer>\n\
383
+\t\t\t<key>CFBundleTypeName</key>\n\
384
+\t\t\t<string>Folder</string>\n\
385
\t\t\t<key>CFBundleTypeOSTypes</key>\n\
386
\t\t\t<array>\n\
387
\t\t\t\t<string>****</string>\n\
Info.plist
@@ -17,6 +17,8 @@
17
<string>song.icns</string>
18
<key>CFBundleTypeIconSystemGenerated</key>
19
<integer>1</integer>
20
+ <key>CFBundleTypeName</key>
21
+ <string>Folder</string>
22
<key>CFBundleTypeOSTypes</key>
23
<array>
24
<string>****</string>
0 commit comments