项目作者: interstateone
项目描述 :
The missing RSS feed for Discover content in the new Apple Developer app
高级语言: Swift
项目地址: git://github.com/interstateone/AppleDeveloperDiscover.git
The new Apple Developer app has some neat content that isn’t (yet?) available with an RSS feed. This generates that RSS feed.
A small Swift program is run daily and on pushes to generate the feed and publish it to GitHub Pages here: https://interstateone.github.io/AppleDeveloperDiscover/feed.xml
![Validate my RSS feed [Valid RSS]](valid-rss-rogers.png)
Disclaimers
- I don’t want this project to be necessary. Someone at Apple should make an RSS feed for this content. 😄
- This is a little hobby project, not a polished codebase. I got nerd sniped by iOS Dev Weekly and made this one evening. If something isn’t working in a reasonable way then it might get fixed, but you should probably open a PR to fix it yourself.
- The Apple URL that this hits was found with Charles for iOS and, based on some digging with Hopper, seems like it’s not user-specific and won’t change without a change to the app itself. No guarantees though.