Search code examples
rssdocumentationios7xcode5

Xcode docset RSS feed for iOS 7


Is there an RSS feed for the Xcode iOS 7 docset? This is helpful for manually downloading .xar files for docsets. The RSS feed information was previously shown in Xcode 4 in Settings > Downloads, but is not shown in Xcode 5.

The feed address for iOS 6.1 is: http://developer.apple.com/rss/com.apple.adc.documentation.AppleiPhone6.1.atom. For iOS 7, I've tried using http://developer.apple.com/rss/com.apple.adc.documentation.AppleiPhone7.0.atom, but the link is not found.


Solution

  • For modern Xcode there is no longer an official Atom/RSS docset feed, because Xcode uses a XML docset feed instead:

    https://developer.apple.com/library/downloads/docset-index.dvtdownloadableindex

    With some XSLT, someone could turn it into RSS or Atom pretty easily.