[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-6712":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":23,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":34,"readmeContent":35,"aiSummary":36,"trendingCount":16,"starSnapshotCount":16,"syncStatus":17,"lastSyncTime":37,"discoverSource":38},6712,"NetNewsWire","Ranchero-Software\u002FNetNewsWire","Ranchero-Software","RSS reader for macOS and iOS.","https:\u002F\u002Fnetnewswire.com\u002F",null,"Swift",10107,701,121,848,0,2,21,91,9,43.54,"MIT License",false,"main",true,[27,28,29,30,31,32,33],"feed-reader","ios","json-feed","macos","rss","rss-feed-reader","rss-reader","2026-06-12 02:01:28","\u003Cimg src=Technotes\u002FImages\u002Ficon_1024.png height=128 width=128 style=\"display: block; margin: auto;\"> \n\n# NetNewsWire\n\nNetNewsWire is a free and open-source feed reader for macOS and iOS.\n\nIt supports [RSS](https:\u002F\u002Fcyber.harvard.edu\u002Frss\u002Frss.html), [Atom](https:\u002F\u002Fdatatracker.ietf.org\u002Fdoc\u002Fhtml\u002Frfc4287), [JSON Feed](https:\u002F\u002Fjsonfeed.org\u002F), and [RSS-in-JSON](https:\u002F\u002Fgithub.com\u002Fscripting\u002FScripting-News\u002Fblob\u002Fmaster\u002Frss-in-json\u002FREADME.md) formats.\n\nMore info: [https:\u002F\u002Fnetnewswire.com\u002F](https:\u002F\u002Fnetnewswire.com\u002F)\n\nYou can [report bugs and make feature requests](https:\u002F\u002Fgithub.com\u002FRanchero-Software\u002FNetNewsWire\u002Fissues) here on GitHub. You can also [read change notes](https:\u002F\u002Fgithub.com\u002FRanchero-Software\u002FNetNewsWire\u002Freleases\u002F) for current and previous releases.\n\nHere’s [How to Support NetNewsWire](Technotes\u002FHowToSupportNetNewsWire.markdown). Spoiler: don’t send money. :)\n\n(NetNewsWire’s Help menu has these links, so you don’t have to remember to come back to this page.)\n\n#### Community\n\n[Join the forum](https:\u002F\u002Fdiscourse.netnewswire.com\u002F) to talk with other NetNewsWire users — and to help out, if you’d like to, by testing, coding, writing, providing feedback, or just helping us think things through. Everybody is welcome and encouraged to join.\n\nEvery community member is expected to abide by the [code of conduct](CONTRIBUTING.md#code-of-conduct) which is included in the [Contributing](CONTRIBUTING.md) page.\n\n#### Pull Requests\n\nSee the [Contributing](CONTRIBUTING.md) page for our process. They key thing is to ask before doing a PR (before even starting work). The Contributing page goes into more detail as to why it’s important to ask first.\n\n#### Building\n\nYou can build and test NetNewsWire without a paid developer account.\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002FRanchero-Software\u002FNetNewsWire.git\n```\n\nYou can locally override the Xcode settings for code signing\nby creating a `DeveloperSettings.xcconfig` file locally at the appropriate path.\nThis allows for a pristine project with code signing set up with the appropriate\ndeveloper ID and certificates, and for developer to be able to have local settings\nwithout needing to check in anything into source control.\n\nYou can do this in one of two ways: using the included `setup.sh` script or by creating the folder structure and file manually.\n\n##### Using `setup.sh`\n\n- Open Terminal and `cd` into the NetNewsWire directory. \n- Run this command to ensure you have execution rights for the script: `chmod +x setup.sh`\n- Execute the script with the following command: `.\u002Fsetup.sh` and complete the answers.\n\n##### Manually \n\nMake a directory `SharedXcodeSettings` next to where you have this repository.\n\nThe directory structure is:\n\n```\ndirectory\u002F\n  SharedXcodeSettings\u002F\n    DeveloperSettings.xcconfig\n  NetNewsWire\u002F\n    NetNewsWire.xcodeproj\n```\nExample:\n\nIf your NetNewsWire Xcode project file is at:\n`\u002FUsers\u002Fname\u002Fprojects\u002FNetNewsWire\u002FNetNewsWire.xcodeproj`\n\nCreate your `DeveloperSettings.xcconfig` file at\n`\u002FUsers\u002Fname\u002Fprojects\u002FSharedXcodeSettings\u002FDeveloperSettings.xcconfig`\n\nThen create a plain text file in it: `SharedXcodeSettings\u002FDeveloperSettings.xcconfig` and\ngive it the contents:\n\n```\nCODE_SIGN_IDENTITY = Mac Developer\nDEVELOPMENT_TEAM = \u003CYour Team ID>\nCODE_SIGN_STYLE = Automatic\nORGANIZATION_IDENTIFIER = \u003CYour Domain Name Reversed>\nDEVELOPER_ENTITLEMENTS = -dev\nPROVISIONING_PROFILE_SPECIFIER =\n```\n\nSet `DEVELOPMENT_TEAM` to your Apple supplied development team.  You can use Keychain\nAccess to [find your development team ID](\u002FTechnotes\u002FFindingYourDevelopmentTeamID.md).\nSet `ORGANIZATION_IDENTIFIER` to a reversed domain name that you control or have made up.\nNote that `PROVISIONING_PROFILE_SPECIFIER` should not have a value associated with it.\n\nYou can now open the `NetNewsWire.xcodeproj` in Xcode.\n\nNow you should be able to build without code signing errors and without modifying\nthe NetNewsWire Xcode project.  This is a special build of NetNewsWire with some\nfunctionality disabled.  This is because we have API keys that can't be stored in the\nrepository or shared between developers.  Certain account types, like iCloud and Feedly, aren't\nenabled and the Reader View isn't enabled because of this.\n\nIf you have any problems, we will help you out in the forum ([see above](README.md#Community)).\n","NetNewsWire 是一个适用于 macOS 和 iOS 的免费开源 RSS 阅读器。它支持多种订阅格式，包括 RSS、Atom、JSON Feed 以及 RSS-in-JSON，允许用户在一个统一的界面中管理和阅读来自不同来源的信息流。该应用采用 Swift 语言开发，具备良好的性能与用户体验，并且遵循 MIT 许可证开放源代码，鼓励社区贡献。NetNewsWire 适合需要跨设备同步阅读列表和文章摘要的专业人士及普通用户使用，在日常工作中帮助他们高效地追踪感兴趣的新闻资讯和技术动态。","2026-06-11 03:08:29","top_language"]