Change theme file extension from nnwstyle to nnwtheme

This commit is contained in:
Maurice Parker
2021-09-07 17:06:41 -05:00
parent 512e83d786
commit 491896e334
2 changed files with 12 additions and 12 deletions

View File

@@ -79,15 +79,15 @@
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>nnwstyle</string>
<string>nnwtheme</string>
</array>
<key>CFBundleTypeName</key>
<string>NetNewsWire Style</string>
<string>NetNewsWire Theme</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSItemContentTypes</key>
<array>
<string>com.ranchero.netnewswire.style</string>
<string>com.ranchero.netnewswire.theme</string>
</array>
<key>LSTypeIsPackage</key>
<true/>
@@ -101,16 +101,16 @@
<string>com.apple.package</string>
</array>
<key>UTTypeDescription</key>
<string>NetNewsWire Style</string>
<string>NetNewsWire Theme</string>
<key>UTTypeIconFiles</key>
<array/>
<key>UTTypeIdentifier</key>
<string>com.ranchero.netnewswire.style</string>
<string>com.ranchero.netnewswire.theme</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>nnwstyle</string>
<string>nnwtheme</string>
</array>
</dict>
</dict>

View File

@@ -181,14 +181,14 @@
<string>com.apple.package</string>
</array>
<key>UTTypeDescription</key>
<string>NetNewsWire Style</string>
<string>NetNewsWire Theme</string>
<key>UTTypeIdentifier</key>
<string>com.ranchero.netnewswire.style</string>
<string>com.ranchero.netnewswire.theme</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>nnwstyle</string>
<string>nnwtheme</string>
</array>
</dict>
</dict>
@@ -198,15 +198,15 @@
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>nnwstyle</string>
<string>nnwtheme</string>
</array>
<key>CFBundleTypeName</key>
<string>NetNewsWire Style</string>
<string>NetNewsWire Theme</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSItemContentTypes</key>
<array>
<string>com.ranchero.netnewswire.style</string>
<string>com.ranchero.netnewswire.theme</string>
</array>
<key>LSTypeIsPackage</key>
<true/>