Skip to content

Commit d5f0228

Browse files
committed
Version 1.0 build 2
1 parent d017404 commit d5f0228

3 files changed

Lines changed: 56 additions & 1 deletion

File tree

On The Go_1_2.ipa

10.1 MB
Binary file not shown.

index.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,24 @@
22
<body>
33
<h3>This is where I'll be uploading all the builds from now on! </h3>
44
<p>Just click on the build that you wanna install on your phone. No more iTunes. Just click on the link below. :D</p>
5-
<p>Latest build: <a href="itms-services://?action=download-manifest&amp;url=https://github.com/prathammehta/prathammehta.github.io/raw/master/manifest_1_1.plist">Click Here</a></p>
5+
<p>Latest build: <a href="itms-services://?action=download-manifest&amp;url=https://github.com/prathammehta/prathammehta.github.io/raw/master/manifest_1_2.plist">Click Here</a></p>
66
<p>
77
<table>
88

99
<tr><th>Version</th><th>Changes</th><th>Install Link</th></tr>
1010

11+
<tr>
12+
<td>1.0 (Build 2)</td>
13+
<td><b>New icons and Audiobus integration</b></td>
14+
<td>
15+
<p>
16+
<p><a href="itms-services://?action=download-manifest&amp;url=https://github.com/prathammehta/prathammehta.github.io/raw/master/manifest_1_2.plist">Click Here</a></p>
17+
</p>
18+
</td>
19+
</tr>
20+
21+
<tr>
22+
1123
<tr>
1224
<td>1.0 (Build 1)</td>
1325
<td><b>VERSION 1.0</b></td>

manifest_1_2.plist

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>items</key>
6+
<array>
7+
<dict>
8+
<key>assets</key>
9+
<array>
10+
<dict>
11+
<key>kind</key>
12+
<string>software-package</string>
13+
<key>url</key>
14+
<string>https://github.com/prathammehta/prathammehta.github.io/raw/master/Shine.ipa</string>
15+
</dict>
16+
<dict>
17+
<key>kind</key>
18+
<string>display-image</string>
19+
<key>url</key>
20+
<string>https://github.com/prathammehta/prathammehta.github.io/raw/master/Music-icon.png</string>
21+
</dict>
22+
<dict>
23+
<key>kind</key>
24+
<string>full-size-image</string>
25+
<key>url</key>
26+
<string>https://github.com/prathammehta/prathammehta.github.io/raw/master/Music-icon.png</string>
27+
</dict>
28+
</array>
29+
<key>metadata</key>
30+
<dict>
31+
<key>bundle-identifier</key>
32+
<string>com.onthego.On-The-Go</string>
33+
<key>bundle-version</key>
34+
<string>1.0</string>
35+
<key>kind</key>
36+
<string>software</string>
37+
<key>title</key>
38+
<string>On The Go</string>
39+
</dict>
40+
</dict>
41+
</array>
42+
</dict>
43+
</plist>

0 commit comments

Comments
 (0)