Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leesheppard/pwa-ios-splashscreens
- Owner: leesheppard
- License: unlicense
- Created: 2019-01-01T07:17:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T11:14:05.000Z (almost 5 years ago)
- Last Synced: 2025-01-10T20:54:55.732Z (24 days ago)
- Topics: html5, pwa-boilerplate, sketch, sketch-app
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)