Skip to content

Commit

Permalink
test ipa
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailmechbal committed Oct 26, 2016
1 parent b8c11be commit c8b5b83
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
Binary file added drop/HooplaCar.ipa
Binary file not shown.
8 changes: 8 additions & 0 deletions drop/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<title>Hooplacar</title>
</head>
<body>
<center><h2>beta</h2>
<a href="itms-services://?action=download-manifest&amp;url=https://dl.dropboxusercontent.com/s/hpd8nxv7nv5qv8r/manifest.plist">HooplaCar</a></center></body>
31 changes: 31 additions & 0 deletions drop/manifest.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>items</key>
<array>
<dict>
<key>assets</key>
<array>
<dict>
<key>kind</key>
<string>software-package</string>
<key>url</key>
<string>https://www.sboura.com/drop/HooplaCar.ipa</string>
</dict>
</array>
<key>metadata</key>
<dict>
<key>bundle-identifier</key>
<string>com.bmed.hooplacar</string>
<key>bundle-version</key>
<string>1.0</string>
<key>kind</key>
<string>software</string>
<key>title</key>
<string>HooplaCar</string>
</dict>
</dict>
</array>
</dict>
</plist>

0 comments on commit c8b5b83

Please sign in to comment.