2023-02-15 11:46:23 +01:00
2023-02-15 11:46:23 +01:00
2021-12-10 14:35:18 +01:00
2023-02-15 11:46:23 +01:00
2022-03-14 15:03:56 +01:00
2021-12-10 14:35:18 +01:00
2023-02-15 11:46:23 +01:00

App Release Template (ART)

This project can be used to generate mobile device apps (Android / iOS) and the standalone Angular web app. Beware that this is only the app/frontend part and your need a fully functioning backend deployment first.

Requirements

  • A fully functioning and publicly accessible backend deployment
  • An active Apple App Store Developer Account and/or Google Playstore Developer Account
  • Docker (Android and Angular builds)
  • MacOS Device with latest Xcode, fastlane and xmlstarlet, node v14 and npm package @ionic/cli (iOS builds only)

Docker

Use weelkly updated image from this repo

docker pull registry.gitlab.com/openstapps/app-release-template:latest

Or build your own image from Dockerfile within this project

docker build -t openstapps-art .

Usage

  1. If neccessary make adjustments to your app / profiles / entitlements in your corresponding developer/store portal
  2. Overwrite assets in customizable directory with your own ones (keeping the same size and file format)
  3. Edit app.conf.sample to your liking and rename it to app.conf (needs info you can find in your corresponding developer/store portal)
  4. Use docker to run make web and make android (i.e. docker run -it -v $(pwd):/build --rm openstapps-art:latest make web)
  5. On a macOS device run make ios (make sure you have all required certificates / profiles set up in Xcode)
  6. Gitlab CI runs need to be provided with SCP targets and Base64 encoded SSH private keys via env variables for web and (optionally) apk deployments
Description
Monorepo that contains all projects for the Open StApps project.
Readme 56 MiB
Languages
TypeScript 85.8%
HTML 7.5%
SCSS 4%
JavaScript 1.6%
Dockerfile 0.4%
Other 0.5%