Created
July 9, 2015 13:12
-
-
Save hjeffrey/67735b6a220fa1fb564b to your computer and use it in GitHub Desktop.
Download ipa for service
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" 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> |
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
<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