Add nnwstyle bundle definitions

This commit is contained in:
Maurice Parker 2021-08-25 20:22:58 -05:00
parent ba279d2a6e
commit 0f0cf34ef8
2 changed files with 42 additions and 0 deletions

View File

@ -74,5 +74,26 @@
<string>https://ranchero.com/downloads/netnewswire-release.xml</string>
<key>UserAgent</key>
<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>
</plist>

View File

@ -176,6 +176,27 @@
</dict>
</dict>
</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>
<string>NetNewsWire (RSS Reader; https://netnewswire.com/)</string>
</dict>