Skip to content

Instantly share code, notes, and snippets.

@hjeffrey
Created July 9, 2015 13:12
Show Gist options
  • Save hjeffrey/67735b6a220fa1fb564b to your computer and use it in GitHub Desktop.
Save hjeffrey/67735b6a220fa1fb564b to your computer and use it in GitHub Desktop.
Download ipa for service
<?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://192.168.1.188:8080/InstaSoccer.ipa</string>
</dict>
<dict>
<key>kind</key>
<string>display-image</string>
<key>needs-shine</key>
<true/>
<key>url</key>
<string>http://192.168.1.188:8080/Icon.png</string>
</dict>
<dict>
<key>kind</key>
<string>full-size-image</string>
<key>needs-shine</key>
<true/>
<key>url</key>
<string>http://192.168.1.188:8080/Icon.png</string>
</dict>
</array>
<key>metadata</key>
<dict>
<key>bundle-identifier</key>
<string>com.minroad.appid</string>
<key>bundle-version</key>
<string>2.8.2</string>
<key>kind</key>
<string>software</string>
<key>subtitle</key>
<string>一键安装副标题</string>
<key>title</key>
<string>一键安装程序名</string>
</dict>
</dict>
</array>
</dict>
</plist>
<html>
<head>
<meta charset="utf-8" />
<title>Minroad一键安装</title>
</head>
<a style="font-size: 5em;" href="itms-services://?action=download-manifest&url=http://192.168.1.188:8080/Info.plist">install</a>
<html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment