Skip to content

Commit

Permalink
add iphone/ipad icons and startup screens
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaefer committed Apr 23, 2011
1 parent fb74a92 commit 5702847
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
Binary file added client/images/apple-touch-icon-114.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/images/apple-touch-icon-57.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/images/apple-touch-icon-72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/images/apple-touch-startup-image-1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/images/apple-touch-startup-image-768.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions templates/App.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
<script type='text/javascript' src='/vendor.js'></script>
<script type='text/javascript' src='/bones-templates.js'></script>
<script type='text/javascript' src='/settings.js'></script>
<meta name="viewport" content="user-scalable=no; width=device-width; initial-scale=1.0; maximum-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="apple-touch-icon-precomposed" href="/images/apple-touch-icon-57.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/images/apple-touch-icon-72.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/images/apple-touch-icon-114.png" />
<link rel="apple-touch-startup-image" href="/images/apple-touch-startup-image-1024.png" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape)" />
<link rel="apple-touch-startup-image" href="/images/apple-touch-startup-image-768.png" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait)" />
</head>
<body>
<div id='app'>{{#view}}{{{html}}}{{/view}}</div>
Expand Down

0 comments on commit 5702847

Please sign in to comment.