Add nnwstyle bundle definitions
This commit is contained in:
parent
ba279d2a6e
commit
0f0cf34ef8
|
@ -74,5 +74,26 @@
|
||||||
<string>https://ranchero.com/downloads/netnewswire-release.xml</string>
|
<string>https://ranchero.com/downloads/netnewswire-release.xml</string>
|
||||||
<key>UserAgent</key>
|
<key>UserAgent</key>
|
||||||
<string>NetNewsWire (RSS Reader; https://netnewswire.com/)</string>
|
<string>NetNewsWire (RSS Reader; https://netnewswire.com/)</string>
|
||||||
|
<key>CFBundleDocumentTypes</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>CFBundleTypeExtensions</key>
|
||||||
|
<array>
|
||||||
|
<string>nnwstyle</string>
|
||||||
|
</array>
|
||||||
|
<key>CFBundleTypeName</key>
|
||||||
|
<string>NetNewsWire Style</string>
|
||||||
|
<key>CFBundleTypeIconFile</key>
|
||||||
|
<string>nnwstyle.icns</string>
|
||||||
|
<key>CFBundleTypeRole</key>
|
||||||
|
<string>Viewer</string>
|
||||||
|
<key>LSItemContentTypes</key>
|
||||||
|
<array>
|
||||||
|
<string>com.ranchero.netnewswire.style</string>
|
||||||
|
</array>
|
||||||
|
<key>LSTypeIsPackage</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
|
@ -176,6 +176,27 @@
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
|
<key>CFBundleDocumentTypes</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>CFBundleTypeExtensions</key>
|
||||||
|
<array>
|
||||||
|
<string>nnwstyle</string>
|
||||||
|
</array>
|
||||||
|
<key>CFBundleTypeName</key>
|
||||||
|
<string>NetNewsWire Style</string>
|
||||||
|
<key>CFBundleTypeIconFile</key>
|
||||||
|
<string>nnwstyle.icns</string>
|
||||||
|
<key>CFBundleTypeRole</key>
|
||||||
|
<string>Viewer</string>
|
||||||
|
<key>LSItemContentTypes</key>
|
||||||
|
<array>
|
||||||
|
<string>com.ranchero.netnewswire.style</string>
|
||||||
|
</array>
|
||||||
|
<key>LSTypeIsPackage</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
<key>UserAgent</key>
|
<key>UserAgent</key>
|
||||||
<string>NetNewsWire (RSS Reader; https://netnewswire.com/)</string>
|
<string>NetNewsWire (RSS Reader; https://netnewswire.com/)</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
Loading…
Reference in New Issue