Update Info.plist
In preparation for submission to the App Store. Signed-off-by: Christopher Snowhill <kode54@gmail.com>swiftingly
parent
26a20db383
commit
69f076a293
|
@ -380,6 +380,8 @@ static PluginController *sharedPluginController = nil;
|
|||
\t\t\t<string>song.icns</string>\n\
|
||||
\t\t\t<key>CFBundleTypeIconSystemGenerated</key>\n\
|
||||
\t\t\t<integer>1</integer>\n\
|
||||
\t\t\t<key>CFBundleTypeName</key>\n\
|
||||
\t\t\t<string>Folder</string>\n\
|
||||
\t\t\t<key>CFBundleTypeOSTypes</key>\n\
|
||||
\t\t\t<array>\n\
|
||||
\t\t\t\t<string>****</string>\n\
|
||||
|
|
|
@ -17,6 +17,8 @@
|
|||
<string>song.icns</string>
|
||||
<key>CFBundleTypeIconSystemGenerated</key>
|
||||
<integer>1</integer>
|
||||
<key>CFBundleTypeName</key>
|
||||
<string>Folder</string>
|
||||
<key>CFBundleTypeOSTypes</key>
|
||||
<array>
|
||||
<string>****</string>
|
||||
|
|
Loading…
Reference in New Issue