mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Pushing new build of iOS app with proper get-task-allow.
This commit is contained in:
parent
21c74b895b
commit
a02c229186
4 changed files with 51 additions and 10 deletions
BIN
media/img/reader/iphone-stripe-bkg.png
Normal file
BIN
media/img/reader/iphone-stripe-bkg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 283 B |
|
@ -5,7 +5,7 @@
|
|||
<key>application-identifier</key>
|
||||
<string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>
|
||||
<key>get-task-allow</key>
|
||||
<true/>
|
||||
<false/>
|
||||
<key>keychain-access-groups</key>
|
||||
<array>
|
||||
<string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>
|
||||
|
|
Binary file not shown.
|
@ -1,14 +1,55 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Install the NewsBlur Pro iOS App</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
<title>Install the NewsBlur iPhone and iPad app</title>
|
||||
<style type="text/css">
|
||||
body {
|
||||
background: url(/media/img/reader/iphone-stripe-bkg.png) repeat #c5ccd4;
|
||||
font-family: Helvetica, arial, sans-serif;
|
||||
}
|
||||
.congrats {
|
||||
font-size: 16pt;
|
||||
padding: 6px;
|
||||
text-align: center;
|
||||
}
|
||||
.step {
|
||||
background: white;
|
||||
border: 1px #ccc solid;
|
||||
border-radius: 14px;
|
||||
padding: 4px 10px;
|
||||
margin: 10px 0;
|
||||
}
|
||||
.instructions {
|
||||
font-size: 14pt;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
.arrow {
|
||||
font-size: 15pt;
|
||||
}
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<center>
|
||||
<br><br>
|
||||
<a href="itms-services://?action=download-manifest&url=http://www.newsblur.com/ios/NewsBlur.plist">Follow this link on your iPad or iPhone to download the NewsBlur Pro iOS app.</a>
|
||||
</center>
|
||||
|
||||
<div class="congrats">Download the latest version of the NewsBlur iOS app</div>
|
||||
|
||||
<div class="step">
|
||||
<table><tr>
|
||||
<td class="instructions"><a href="itms-services://?action=download-manifest&url=http://www.newsblur.com/ios/NewsBlur.plist">Install the NewsBlur app</a></td>
|
||||
<td width="24" class="arrow">→</td>
|
||||
<td width="57" class="imagelink">
|
||||
<a href="itms-services://?action=download-manifest&url=http://www.newsblur.com/ios/NewsBlur.plist">
|
||||
<img src="/media/ios/Resources/logo_57.png" height="57" width="57" />
|
||||
</a>
|
||||
</td>
|
||||
</tr></table>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue