Remove references to nnwstyle.icns so that the system will generate a document icon for us.
This commit is contained in:
parent
e7a2dfefdd
commit
cfd2db58c5
|
@ -83,8 +83,6 @@
|
|||
</array>
|
||||
<key>CFBundleTypeName</key>
|
||||
<string>NetNewsWire Style</string>
|
||||
<key>CFBundleTypeIconFile</key>
|
||||
<string>nnwstyle.icns</string>
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>Viewer</string>
|
||||
<key>LSItemContentTypes</key>
|
||||
|
@ -104,6 +102,8 @@
|
|||
</array>
|
||||
<key>UTTypeDescription</key>
|
||||
<string>NetNewsWire Style</string>
|
||||
<key>UTTypeIconFiles</key>
|
||||
<array/>
|
||||
<key>UTTypeIdentifier</key>
|
||||
<string>com.ranchero.netnewswire.style</string>
|
||||
<key>UTTypeTagSpecification</key>
|
||||
|
|
|
@ -202,8 +202,6 @@
|
|||
</array>
|
||||
<key>CFBundleTypeName</key>
|
||||
<string>NetNewsWire Style</string>
|
||||
<key>CFBundleTypeIconFile</key>
|
||||
<string>nnwstyle.icns</string>
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>Viewer</string>
|
||||
<key>LSItemContentTypes</key>
|
||||
|
|
Loading…
Reference in New Issue