Created
June 14, 2012 22:13
-
-
Save lmarburger/2933293 to your computer and use it in GitHub Desktop.
Disgusting hack to play a simple MP3 on iOS using a reasonable app (Instacast in my case).
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<rss version="2.0"> | |
<channel> | |
<title>Objects on Rails</title> | |
<link>http://objectsonrails.com</link> | |
<description>Notes on flexible web application design.</description> | |
<language>en-us</language> | |
<copyright>2012</copyright> | |
<lastBuildDate>Thu, 14 Jun 2012 00:00:00 GMT</lastBuildDate> | |
<ttl>1</ttl> | |
<item> | |
<title>Interview with Sandi Metz</title> | |
<description>Interview with Sandi Metz</description> | |
<pubDate>Thu, 14 Jun 2012 00:00:00 GMT</pubDate> | |
<enclosure url="..." length="38338420" type="audio/mpeg"/> | |
</item> | |
</channel> | |
</rss> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment