Change the URL of the NetNewsWire feed to its new location at https://nnw.ranchero.com/feed.json.
This commit is contained in:
parent
f52f54aa28
commit
5af831dc4c
|
@ -96,11 +96,11 @@
|
|||
</dict>
|
||||
<dict>
|
||||
<key>homePageURL</key>
|
||||
<string>https://ranchero.com/netnewswire/</string>
|
||||
<string>https://nnw.ranchero.com/</string>
|
||||
<key>editedName</key>
|
||||
<string>NetNewsWire News</string>
|
||||
<string>NetNewsWire Blog</string>
|
||||
<key>url</key>
|
||||
<string>https://ranchero.com/netnewswire/feed.json</string>
|
||||
<string>https://nnw.ranchero.com/feed.json</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>homePageURL</key>
|
||||
|
|
|
@ -56,7 +56,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations,
|
|||
|
||||
private let log = Log()
|
||||
private let themeLoader = VSThemeLoader()
|
||||
private let appNewsURLString = "https://ranchero.com/netnewswire/feed.json"
|
||||
private let appNewsURLString = "https://nnw.ranchero.com/feed.json"
|
||||
private let dockBadge = DockBadge()
|
||||
|
||||
override init() {
|
||||
|
|
|
@ -24,7 +24,7 @@ final class FeedListTreeControllerDelegate: TreeControllerDelegate {
|
|||
|
||||
init() {
|
||||
|
||||
// let netnewswireNewsFeed = FeedListFeed(name: "NetNewsWire News", url: "https://ranchero.com/netnewswire/feed.json", homePageURL: "https://ranchero.com/netnewswire/blog/")
|
||||
// let netnewswireNewsFeed = FeedListFeed(name: "NetNewsWire News", url: "https://nnw.ranchero.com/feed.json", homePageURL: "https://nnw.ranchero.com/")
|
||||
self.topLevelFeeds = Set<FeedListFeed>() //Set([netnewswireNewsFeedNewsFeed])
|
||||
|
||||
let defaultFeeds = FeedListReader.defaultFeeds()
|
||||
|
|
Loading…
Reference in New Issue