Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leesheppard/pwa-ios-splashscreens

Create splash screens for PWA apps using Sketch app
https://github.com/leesheppard/pwa-ios-splashscreens

html5 pwa-boilerplate sketch sketch-app

Last synced: 12 days ago
JSON representation

Create splash screens for PWA apps using Sketch app

Awesome Lists containing this project

README

        

# README

Please read the following instructions carefully.

## PWA iOS Splash screens for Sketch

A Progressive Web Application (PWA) is designed to look and behave in a way similar to a native application, scaled to fit the entire screen on iOS.

You create unique splash screens for each individual device.

### Requirements

- Tested using [Sketch](https://www.sketchapp.com/) 52.5

Manually place the file in the following location to have it included in your templates in Sketch:

~Library/Application Support/com.bohemiancoding.sketch3/Templates

Or you can simply double click on the file and it will open in the app.

### Generating images

When you've created all the images, export as PNG x1 - the image sizes have been created to suit the retina screens (x2).

More information from Apple on creating and configuring [Web Applications](https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html).

### What if I don't have Sketch?

There is a `blank_images` folder with PNG files ready for you to modify in your preferred image editor.

## CONTRIBUTING

- Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
- Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
- Fork the project
- Start a feature/bugfix branch
- Commit and push until you are happy with your contribution
- Create a Pull Request to merge into the Master branch of the origin repository

## LICENCE

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.

In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this
software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.

IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to [http://unlicense.org](http://unlicense.org)