Skip to content

Commit 69f076a

Browse files
committed
Update Info.plist
In preparation for submission to the App Store. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
1 parent 26a20db commit 69f076a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Audio/PluginController.mm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,8 @@ - (void)printPluginInfo {
380380
\t\t\t<string>song.icns</string>\n\
381381
\t\t\t<key>CFBundleTypeIconSystemGenerated</key>\n\
382382
\t\t\t<integer>1</integer>\n\
383+
\t\t\t<key>CFBundleTypeName</key>\n\
384+
\t\t\t<string>Folder</string>\n\
383385
\t\t\t<key>CFBundleTypeOSTypes</key>\n\
384386
\t\t\t<array>\n\
385387
\t\t\t\t<string>****</string>\n\

Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
<string>song.icns</string>
1818
<key>CFBundleTypeIconSystemGenerated</key>
1919
<integer>1</integer>
20+
<key>CFBundleTypeName</key>
21+
<string>Folder</string>
2022
<key>CFBundleTypeOSTypes</key>
2123
<array>
2224
<string>****</string>

0 commit comments

Comments
 (0)