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

View File

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