Skip to content

Instantly share code, notes, and snippets.

@Soufien
Forked from palaniraja/build-index.html
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Soufien/09e3b575c30ead9ca4c1 to your computer and use it in GitHub Desktop.
Save Soufien/09e3b575c30ead9ca4c1 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>My awesome app</title>
</head>
<body>
<h2>beta builds</h2>
<a href="itms-services://?action=download-manifest&amp;url=http://dl.dropbox.com/u/1001/manifest.plist">Awesome App v 0.0.16</a></body>
<h2>alpha builds</h2>
<a href="itms-services://?action=download-manifest&amp;url=http://dl.dropbox.com/u/1001/manifest.plist">Awesome App v 0.0.15</a></body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment