Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.88 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.88 KB

SchoolPower iOS V2

SchoolPower for iOS, iPadOS and macOS (via Mac Catalyst)

Rewrote V1 in Swift 5 with SwiftUI for the redesigned interface.

Tries to remove unnecessary dependancies on third party libraries, which have been problematic to maintain in the past.

Generate Screenshots

  1. Choose your target device/simulator.

Make sure the app (installed on that device) has the (in-app) language setting set to "System default" (if was manually changes before).

  1. Run the GatherScreenshots test plan. This generates screenshots on the device for all locales.
  2. After the test passed, run the export script. This takes the screenshots captured in the last test run and dumps them into "./screenshots/{device name}". Note that xcparse is needed.
  3. Repeat above for all devices you need.

Screenshots for macOS captures the entire device screen

  1. To make the screenshots available for web, run the compress script. This takes everything in ./screenshots, compresses them and dumps them into ./screenshots-compressed. It also generates a images.json that specifies the list of images for the website to use, put it in the wibsite repo and rebuild the bundle. Just push the screenshots to master and the CDN will take care of the rest.

This is only for the screenshots in the "Gallery" section. Images in the top landing page will need to be manually photoshoped.